Color Hex Logo

#406185 Color Hex

#406185
(64,97,133)
0 Favorites   0 Comments

Color spaces of #406185

RGB 6497133
HSL0.590.350.39
HSV211°52°52°
CMYK 0.520.270.00   0.48
XYZ10.622711.332823.8179
Yxy11.33280.23210.2476
Hunter Lab33.6642-2.5870-18.3835
CIE-Lab40.1354-1.1192-23.7215

#406185 color RGB value is (64,97,133).

#406185 hex color red value is 64, green value is 97 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #406185 hue: 0.59 , saturation: 0.35 and the lightness value of 406185 is 0.39.

The process color (four color CMYK) of #406185 color hex is 0.52, 0.27, 0.00, 0.48. Web safe color of #406185 is #336699. Color #406185 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100001 10000101
Octal 100 141 205
Decimal 64 97 133
Hex 40 61 85

RGB Percentages of Color #406185

%21.77
%32.99
%45.24

CMYK Percentages of Color #406185

%52
%27
%0
%48

Triadic Colors of #406185

#406185 #854061 #618540

Analogous Colors of #406185

#406185 #414085 #408485

Monochromatic Colors of #406185

#406185

Complementary Color

#406185 #856440

#406185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406185 Color CSS Codes

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

#406185 Text Font Color

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

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


#406185 Background Color

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

This div background color is #406185


#406185 Border Color

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

This div border color is #406185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406185


Comments

No comments written yet.

Please login to write comment.