Color Hex Logo

#406188 Color Hex

#406188
(64,97,136)
0 Favorites   0 Comments

Color spaces of #406188

RGB 6497136
HSL0.590.360.39
HSV213°53°53°
CMYK 0.530.290.00   0.47
XYZ10.833011.417024.9253
Yxy11.41700.22960.2420
Hunter Lab33.7891-1.9025-20.0843
CIE-Lab40.2741-0.1380-25.3218

#406188 color RGB value is (64,97,136).

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

The process color (four color CMYK) of #406188 color hex is 0.53, 0.29, 0.00, 0.47. Web safe color of #406188 is #336699. Color #406188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100001 10001000
Octal 100 141 210
Decimal 64 97 136
Hex 40 61 88

RGB Percentages of Color #406188

%21.55
%32.66
%45.79

CMYK Percentages of Color #406188

%53
%29
%0
%47

Triadic Colors of #406188

#406188 #884061 #618840

Analogous Colors of #406188

#406188 #434088 #408588

Monochromatic Colors of #406188

#406188

Complementary Color

#406188 #886740

#406188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406188 Color CSS Codes

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

#406188 Text Font Color

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

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


#406188 Background Color

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

This div background color is #406188


#406188 Border Color

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

This div border color is #406188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406188


Comments

No comments written yet.

Please login to write comment.