Color Hex Logo

#466477 Color Hex

#466477
(70,100,119)
0 Favorites   0 Comments

Color spaces of #466477

RGB 70100119
HSL0.560.260.37
HSV203°41°47°
CMYK 0.410.160.00   0.53
XYZ10.412711.748319.1716
Yxy11.74830.25190.2842
Hunter Lab34.2758-5.7558-9.1698
CIE-Lab40.8133-5.6386-14.1437

#466477 color RGB value is (70,100,119).

#466477 hex color red value is 70, green value is 100 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #466477 hue: 0.56 , saturation: 0.26 and the lightness value of 466477 is 0.37.

The process color (four color CMYK) of #466477 color hex is 0.41, 0.16, 0.00, 0.53. Web safe color of #466477 is #336666. Color #466477 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100100 01110111
Octal 106 144 167
Decimal 70 100 119
Hex 46 64 77

RGB Percentages of Color #466477

%24.22
%34.60
%41.18

CMYK Percentages of Color #466477

%41
%16
%0
%53

Triadic Colors of #466477

#466477 #774664 #647746

Analogous Colors of #466477

#466477 #464c77 #467772

Monochromatic Colors of #466477

#466477

Complementary Color

#466477 #775946

#466477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466477 Color CSS Codes

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

#466477 Text Font Color

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

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


#466477 Background Color

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

This div background color is #466477


#466477 Border Color

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

This div border color is #466477


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,100,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #466477; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #466477;
  -webkit-box-shadow: 1px 1px 3px 2px #466477;
  box-shadow:         1px 1px 3px 2px #466477; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,100,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466477


Comments

No comments written yet.

Please login to write comment.