Color Hex Logo

#496472 Color Hex

#496472
(73,100,114)
0 Favorites   0 Comments

Color spaces of #496472

RGB 73100114
HSL0.560.220.37
HSV200°36°45°
CMYK 0.360.120.00   0.55
XYZ10.342111.745717.6417
Yxy11.74570.26030.2956
Hunter Lab34.2720-6.1109-6.5295
CIE-Lab40.8091-6.1624-11.0860

#496472 color RGB value is (73,100,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100100 01110010
Octal 111 144 162
Decimal 73 100 114
Hex 49 64 72

RGB Percentages of Color #496472

%25.44
%34.84
%39.72

CMYK Percentages of Color #496472

%36
%12
%0
%55

Triadic Colors of #496472

#496472 #724964 #647249

Analogous Colors of #496472

#496472 #495072 #49726c

Monochromatic Colors of #496472

#496472

Complementary Color

#496472 #725749

#496472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496472 Color CSS Codes

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

#496472 Text Font Color

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

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


#496472 Background Color

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

This div background color is #496472


#496472 Border Color

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

This div border color is #496472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496472


Comments

No comments written yet.

Please login to write comment.