Color Hex Logo

#406ca3 Color Hex

#406CA3
(64,108,163)
0 Favorites   0 Comments

Color spaces of #406ca3

RGB 64108163
HSL0.590.440.45
HSV213°61°64°
CMYK 0.610.340.00   0.36
XYZ14.087814.459536.6988
Yxy14.45950.21590.2216
Hunter Lab38.0256-0.4139-30.6032
CIE-Lab44.88482.1746-34.2116

#406ca3 color RGB value is (64,108,163).

#406ca3 hex color red value is 64, green value is 108 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #406ca3 hue: 0.59 , saturation: 0.44 and the lightness value of 406ca3 is 0.45.

The process color (four color CMYK) of #406ca3 color hex is 0.61, 0.34, 0.00, 0.36. Web safe color of #406ca3 is #336699. Color #406ca3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101100 10100011
Octal 100 154 243
Decimal 64 108 163
Hex 40 6C A3

RGB Percentages of Color #406ca3

%19.10
%32.24
%48.66

CMYK Percentages of Color #406ca3

%61
%34
%0
%36

Triadic Colors of #406ca3

#406ca3 #a3406c #6ca340

Analogous Colors of #406ca3

#406ca3 #4540a3 #409ea3

Monochromatic Colors of #406ca3

#406ca3

Complementary Color

#406ca3 #a37740

#406ca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406ca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406ca3 Color CSS Codes

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

#406ca3 Text Font Color

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

This sample text font color is #406ca3
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.


#406ca3 Background Color

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

This div background color is #406ca3


#406ca3 Border Color

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

This div border color is #406ca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406ca3


Comments

No comments written yet.

Please login to write comment.