Color Hex Logo

#406390 Color Hex

#406390
(64,99,144)
0 Favorites   0 Comments

Color spaces of #406390

RGB 6499144
HSL0.590.380.41
HSV214°56°56°
CMYK 0.560.310.00   0.44
XYZ11.610212.027328.0951
Yxy12.02730.22440.2325
Hunter Lab34.6804-0.9330-23.7554
CIE-Lab41.25951.2788-28.6037

#406390 color RGB value is (64,99,144).

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

The process color (four color CMYK) of #406390 color hex is 0.56, 0.31, 0.00, 0.44. Web safe color of #406390 is #336699. Color #406390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100011 10010000
Octal 100 143 220
Decimal 64 99 144
Hex 40 63 90

RGB Percentages of Color #406390

%20.85
%32.25
%46.91

CMYK Percentages of Color #406390

%56
%31
%0
%44

Triadic Colors of #406390

#406390 #904063 #639040

Analogous Colors of #406390

#406390 #454090 #408b90

Monochromatic Colors of #406390

#406390

Complementary Color

#406390 #906d40

#406390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406390 Color CSS Codes

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

#406390 Text Font Color

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

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


#406390 Background Color

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

This div background color is #406390


#406390 Border Color

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

This div border color is #406390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406390


Comments

No comments written yet.

Please login to write comment.