Color Hex Logo

#406674 Color Hex

#406674
(64,102,116)
0 Favorites   0 Comments

Color spaces of #406674

RGB 64102116
HSL0.540.290.35
HSV196°45°45°
CMYK 0.450.120.00   0.55
XYZ10.018111.853718.2830
Yxy11.85370.24950.2952
Hunter Lab34.4292-8.3117-7.3844
CIE-Lab40.9826-9.4299-12.0922

#406674 color RGB value is (64,102,116).

#406674 hex color red value is 64, green value is 102 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #406674 hue: 0.54 , saturation: 0.29 and the lightness value of 406674 is 0.35.

The process color (four color CMYK) of #406674 color hex is 0.45, 0.12, 0.00, 0.55. Web safe color of #406674 is #336666. Color #406674 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100110 01110100
Octal 100 146 164
Decimal 64 102 116
Hex 40 66 74

RGB Percentages of Color #406674

%22.70
%36.17
%41.13

CMYK Percentages of Color #406674

%45
%12
%0
%55

Triadic Colors of #406674

#406674 #744066 #667440

Analogous Colors of #406674

#406674 #404c74 #407468

Monochromatic Colors of #406674

#406674

Complementary Color

#406674 #744e40

#406674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406674 Color CSS Codes

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

#406674 Text Font Color

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

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


#406674 Background Color

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

This div background color is #406674


#406674 Border Color

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

This div border color is #406674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406674


Comments

No comments written yet.

Please login to write comment.