Color Hex Logo

#406d8d Color Hex

#406D8D
(64,109,141)
0 Favorites   0 Comments

Color spaces of #406d8d

RGB 64109141
HSL0.570.380.40
HSV205°55°55°
CMYK 0.550.230.00   0.45
XYZ12.390713.950427.2389
Yxy13.95040.23130.2604
Hunter Lab37.3502-6.1467-17.0940
CIE-Lab44.1617-5.7918-22.2930

#406d8d color RGB value is (64,109,141).

#406d8d hex color red value is 64, green value is 109 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #406d8d hue: 0.57 , saturation: 0.38 and the lightness value of 406d8d is 0.40.

The process color (four color CMYK) of #406d8d color hex is 0.55, 0.23, 0.00, 0.45. Web safe color of #406d8d is #336699. Color #406d8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101101 10001101
Octal 100 155 215
Decimal 64 109 141
Hex 40 6D 8D

RGB Percentages of Color #406d8d

%20.38
%34.71
%44.90

CMYK Percentages of Color #406d8d

%55
%23
%0
%45

Triadic Colors of #406d8d

#406d8d #8d406d #6d8d40

Analogous Colors of #406d8d

#406d8d #40478d #408d87

Monochromatic Colors of #406d8d

#406d8d

Complementary Color

#406d8d #8d6040

#406d8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406d8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#406d8d Color CSS Codes

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

#406d8d Text Font Color

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

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


#406d8d Background Color

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

This div background color is #406d8d


#406d8d Border Color

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

This div border color is #406d8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,109,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #406d8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #406d8d;
  -webkit-box-shadow: 1px 1px 3px 2px #406d8d;
  box-shadow:         1px 1px 3px 2px #406d8d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406d8d


Comments

No comments written yet.

Please login to write comment.