Color Hex Logo

#496372 Color Hex

#496372
(73,99,114)
0 Favorites   0 Comments

Color spaces of #496372

RGB 7399114
HSL0.560.220.37
HSV202°36°45°
CMYK 0.360.130.00   0.55
XYZ10.246811.555117.6099
Yxy11.55510.26000.2932
Hunter Lab33.9928-5.6803-6.9201
CIE-Lab40.5001-5.5662-11.5532

#496372 color RGB value is (73,99,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100011 01110010
Octal 111 143 162
Decimal 73 99 114
Hex 49 63 72

RGB Percentages of Color #496372

%25.52
%34.62
%39.86

CMYK Percentages of Color #496372

%36
%13
%0
%55

Triadic Colors of #496372

#496372 #724963 #637249

Analogous Colors of #496372

#496372 #494f72 #49726d

Monochromatic Colors of #496372

#496372

Complementary Color

#496372 #725849

#496372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496372 Color CSS Codes

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

#496372 Text Font Color

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

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


#496372 Background Color

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

This div background color is #496372


#496372 Border Color

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

This div border color is #496372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496372


Comments

No comments written yet.

Please login to write comment.