Color Hex Logo

#406aab Color Hex

#406AAB
(64,106,171)
0 Favorites   0 Comments

Color spaces of #406aab

RGB 64106171
HSL0.600.460.46
HSV216°63°67°
CMYK 0.630.380.00   0.33
XYZ14.619114.338340.5251
Yxy14.33830.21040.2064
Hunter Lab37.86592.6490-36.9475
CIE-Lab44.71426.1954-39.1840

#406aab color RGB value is (64,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101010 10101011
Octal 100 152 253
Decimal 64 106 171
Hex 40 6A AB

RGB Percentages of Color #406aab

%18.77
%31.09
%50.15

CMYK Percentages of Color #406aab

%63
%38
%0
%33

Triadic Colors of #406aab

#406aab #ab406a #6aab40

Analogous Colors of #406aab

#406aab #4c40ab #40a0ab

Monochromatic Colors of #406aab

#406aab

Complementary Color

#406aab #ab8140

#406aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#406aab Color CSS Codes

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

#406aab Text Font Color

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

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


#406aab Background Color

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

This div background color is #406aab


#406aab Border Color

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

This div border color is #406aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,106,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 #406aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406aab


Comments

No comments written yet.

Please login to write comment.