Color Hex Logo

#496573 Color Hex

#496573
(73,101,115)
0 Favorites   0 Comments

Color spaces of #496573

RGB 73101115
HSL0.560.220.37
HSV200°37°45°
CMYK 0.370.120.00   0.55
XYZ10.495811.961617.9753
Yxy11.96160.25960.2958
Hunter Lab34.5855-6.3547-6.6052
CIE-Lab41.1550-6.4769-11.1725

#496573 color RGB value is (73,101,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100101 01110011
Octal 111 145 163
Decimal 73 101 115
Hex 49 65 73

RGB Percentages of Color #496573

%25.26
%34.95
%39.79

CMYK Percentages of Color #496573

%37
%12
%0
%55

Triadic Colors of #496573

#496573 #734965 #657349

Analogous Colors of #496573

#496573 #495073 #49736c

Monochromatic Colors of #496573

#496573

Complementary Color

#496573 #735749

#496573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496573 Color CSS Codes

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

#496573 Text Font Color

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

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


#496573 Background Color

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

This div background color is #496573


#496573 Border Color

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

This div border color is #496573


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,101,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496573


Comments

No comments written yet.

Please login to write comment.