Color Hex Logo

#406cab Color Hex

#406CAB
(64,108,171)
0 Favorites   0 Comments

Color spaces of #406cab

RGB 64108171
HSL0.600.460.46
HSV215°63°67°
CMYK 0.630.370.00   0.33
XYZ14.827614.755440.5947
Yxy14.75540.21130.2103
Hunter Lab38.41281.6800-35.7689
CIE-Lab45.29734.9496-38.2610

#406cab color RGB value is (64,108,171).

#406cab hex color red value is 64, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #406cab hue: 0.60 , saturation: 0.46 and the lightness value of 406cab is 0.46.

The process color (four color CMYK) of #406cab color hex is 0.63, 0.37, 0.00, 0.33. Web safe color of #406cab is #336699. Color #406cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101100 10101011
Octal 100 154 253
Decimal 64 108 171
Hex 40 6C AB

RGB Percentages of Color #406cab

%18.66
%31.49
%49.85

CMYK Percentages of Color #406cab

%63
%37
%0
%33

Triadic Colors of #406cab

#406cab #ab406c #6cab40

Analogous Colors of #406cab

#406cab #4940ab #40a2ab

Monochromatic Colors of #406cab

#406cab

Complementary Color

#406cab #ab7f40

#406cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#406cab Color CSS Codes

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

#406cab Text Font Color

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

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


#406cab Background Color

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

This div background color is #406cab


#406cab Border Color

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

This div border color is #406cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406cab


Comments

No comments written yet.

Please login to write comment.