Color Hex Logo

#466372 Color Hex

#466372
(70,99,114)
0 Favorites   0 Comments

Color spaces of #466372

RGB 7099114
HSL0.560.240.36
HSV200°39°45°
CMYK 0.390.130.00   0.55
XYZ10.024911.440717.5995
Yxy11.44070.25660.2929
Hunter Lab33.8241-6.2878-7.1731
CIE-Lab40.3130-6.4901-11.8543

#466372 color RGB value is (70,99,114).

#466372 hex color red value is 70, green value is 99 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #466372 hue: 0.56 , saturation: 0.24 and the lightness value of 466372 is 0.36.

The process color (four color CMYK) of #466372 color hex is 0.39, 0.13, 0.00, 0.55. Web safe color of #466372 is #336666. Color #466372 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100011 01110010
Octal 106 143 162
Decimal 70 99 114
Hex 46 63 72

RGB Percentages of Color #466372

%24.73
%34.98
%40.28

CMYK Percentages of Color #466372

%39
%13
%0
%55

Triadic Colors of #466372

#466372 #724663 #637246

Analogous Colors of #466372

#466372 #464d72 #46726b

Monochromatic Colors of #466372

#466372

Complementary Color

#466372 #725546

#466372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#466372 Color CSS Codes

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

#466372 Text Font Color

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

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


#466372 Background Color

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

This div background color is #466372


#466372 Border Color

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

This div border color is #466372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466372


Comments

No comments written yet.

Please login to write comment.