Color Hex Logo

#406594 Color Hex

#406594
(64,101,148)
0 Favorites   0 Comments

Color spaces of #406594

RGB 64101148
HSL0.590.400.42
HSV214°57°58°
CMYK 0.570.320.00   0.42
XYZ12.113312.535529.7981
Yxy12.53550.22250.2302
Hunter Lab35.4055-0.8894-25.1160
CIE-Lab42.05491.3833-29.7547

#406594 color RGB value is (64,101,148).

#406594 hex color red value is 64, green value is 101 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #406594 hue: 0.59 , saturation: 0.40 and the lightness value of 406594 is 0.42.

The process color (four color CMYK) of #406594 color hex is 0.57, 0.32, 0.00, 0.42. Web safe color of #406594 is #336699. Color #406594 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100101 10010100
Octal 100 145 224
Decimal 64 101 148
Hex 40 65 94

RGB Percentages of Color #406594

%20.45
%32.27
%47.28

CMYK Percentages of Color #406594

%57
%32
%0
%42

Triadic Colors of #406594

#406594 #944065 #659440

Analogous Colors of #406594

#406594 #454094 #408f94

Monochromatic Colors of #406594

#406594

Complementary Color

#406594 #946f40

#406594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406594 Color CSS Codes

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

#406594 Text Font Color

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

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


#406594 Background Color

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

This div background color is #406594


#406594 Border Color

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

This div border color is #406594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406594


Comments

No comments written yet.

Please login to write comment.