color codes Logo

#406dba color codes

#406DBA
(64,109,186)
0 Favorites   0 Comments

Color spaces of #406dba

RGB 64109186
HSL0.610.490.49
HSV218°66°73°
CMYK 0.660.410.00   0.27
XYZ16.445915.572448.5934
Yxy15.57240.20400.1932
Hunter Lab39.46195.3323-45.3865
CIE-Lab46.40849.6166-45.2388

#406dba color RGB value is (64,109,186).

#406dba hex color red value is 64, green value is 109 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #406dba hue: 0.61 , saturation: 0.49 and the lightness value of 406dba is 0.49.

The process color (four color CMYK) of #406dba color code is 0.66, 0.41, 0.00, 0.27. Web safe color of #406dba is #3366cc. Color #406dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101101 10111010
Octal 100 155 272
Decimal 64 109 186
Hex 40 6D BA

RGB Percentages of Color #406dba

%17.83
%30.36
%51.81

CMYK Percentages of Color #406dba

%66
%41
%0
%27

Triadic Colors of #406dba

#406dba #ba406d #6dba40

Analogous Colors of #406dba

#406dba #5040ba #40aaba

Monochromatic Colors of #406dba

#406dba

Complementary Color

#406dba #ba8d40

#406dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#406dba Color CSS Codes

.mybgcolor {background-color:#406dba; } 
.myforecolor {color:#406dba; }
.mybordercolor {border:3px solid #406dba; }

#406dba Text Font Color

<p style="color:#406dba">Text here</p>

This sample text font color is #406dba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#406dba Background Color

<div style="background-color:#406dba">
Div content here</div>

This div background color is #406dba


#406dba Border Color

<div style="border:3px solid #406dba">
Div here</div>

This div border color is #406dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,109,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #406dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #406dba;
  -webkit-box-shadow: 1px 1px 3px 2px #406dba;
  box-shadow:         1px 1px 3px 2px #406dba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,109,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #406dba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #406dba;
  -webkit-box-shadow: 1px 1px 3px 2px #406dba;
  box-shadow:         1px 1px 3px 2px #406dba;">
Div content here</div>

This div box has shadow with color #406dba


Comments

No comments written yet.

Please login to write comment.