Color Hex Logo

#406999 Color Hex

#406999
(64,105,153)
0 Favorites   0 Comments

Color spaces of #406999

RGB 64105153
HSL0.590.410.43
HSV212°58°60°
CMYK 0.580.310.00   0.40
XYZ12.915713.493032.0607
Yxy13.49300.22090.2308
Hunter Lab36.7328-1.5197-26.0358
CIE-Lab43.49690.6052-30.4751

#406999 color RGB value is (64,105,153).

#406999 hex color red value is 64, green value is 105 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #406999 hue: 0.59 , saturation: 0.41 and the lightness value of 406999 is 0.43.

The process color (four color CMYK) of #406999 color hex is 0.58, 0.31, 0.00, 0.40. Web safe color of #406999 is #336699. Color #406999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101001 10011001
Octal 100 151 231
Decimal 64 105 153
Hex 40 69 99

RGB Percentages of Color #406999

%19.88
%32.61
%47.52

CMYK Percentages of Color #406999

%58
%31
%0
%40

Triadic Colors of #406999

#406999 #994069 #699940

Analogous Colors of #406999

#406999 #444099 #409699

Monochromatic Colors of #406999

#406999

Complementary Color

#406999 #997040

#406999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406999 Color CSS Codes

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

#406999 Text Font Color

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

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


#406999 Background Color

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

This div background color is #406999


#406999 Border Color

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

This div border color is #406999


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,105,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #406999; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #406999;
  -webkit-box-shadow: 1px 1px 3px 2px #406999;
  box-shadow:         1px 1px 3px 2px #406999; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406999


Comments

No comments written yet.

Please login to write comment.