Color Hex Logo

#496560 Color Hex

#496560
(73,101,96)
0 Favorites   0 Comments

Color spaces of #496560

RGB 7310196
HSL0.470.160.34
HSV169°28°40°
CMYK 0.280.000.05   0.60
XYZ9.512711.568412.7979
Yxy11.56840.28080.3415
Hunter Lab34.0124-9.59811.4995
CIE-Lab40.5218-11.4838-0.5179

#496560 color RGB value is (73,101,96).

#496560 hex color red value is 73, green value is 101 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #496560 hue: 0.47 , saturation: 0.16 and the lightness value of 496560 is 0.34.

The process color (four color CMYK) of #496560 color hex is 0.28, 0.00, 0.05, 0.60. Web safe color of #496560 is #336666. Color #496560 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100101 01100000
Octal 111 145 140
Decimal 73 101 96
Hex 49 65 60

RGB Percentages of Color #496560

%27.04
%37.41
%35.56

CMYK Percentages of Color #496560

%28
%0
%5
%60

Triadic Colors of #496560

#496560 #604965 #656049

Analogous Colors of #496560

#496560 #495c65 #496552

Monochromatic Colors of #496560

#496560

Complementary Color

#496560 #65494e

#496560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496560 Color CSS Codes

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

#496560 Text Font Color

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

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


#496560 Background Color

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

This div background color is #496560


#496560 Border Color

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

This div border color is #496560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496560

#496560 Color Palettes


Comments

No comments written yet.

Please login to write comment.