Color Hex Logo

#406990 Color Hex

#406990
(64,105,144)
0 Favorites   0 Comments

Color spaces of #406990

RGB 64105144
HSL0.580.380.41
HSV209°56°56°
CMYK 0.560.270.00   0.44
XYZ12.200013.206828.2917
Yxy13.20680.22720.2459
Hunter Lab36.3412-3.6732-20.7186
CIE-Lab43.0732-2.4073-25.7729

#406990 color RGB value is (64,105,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101001 10010000
Octal 100 151 220
Decimal 64 105 144
Hex 40 69 90

RGB Percentages of Color #406990

%20.45
%33.55
%46.01

CMYK Percentages of Color #406990

%56
%27
%0
%44

Triadic Colors of #406990

#406990 #904069 #699040

Analogous Colors of #406990

#406990 #404190 #40908f

Monochromatic Colors of #406990

#406990

Complementary Color

#406990 #906740

#406990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406990 Color CSS Codes

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

#406990 Text Font Color

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

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


#406990 Background Color

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

This div background color is #406990


#406990 Border Color

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

This div border color is #406990


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,105,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 #406990">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406990


Comments

No comments written yet.

Please login to write comment.