Color Hex Logo

#496056 Color Hex

#496056
(73,96,86)
0 Favorites   0 Comments

Color spaces of #496056

RGB 739686
HSL0.430.140.33
HSV154°24°38°
CMYK 0.240.000.10   0.62
XYZ8.610210.454110.3681
Yxy10.45410.29250.3552
Hunter Lab32.3328-9.04803.6205
CIE-Lab38.6454-10.98262.8870

#496056 color RGB value is (73,96,86).

#496056 hex color red value is 73, green value is 96 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #496056 hue: 0.43 , saturation: 0.14 and the lightness value of 496056 is 0.33.

The process color (four color CMYK) of #496056 color hex is 0.24, 0.00, 0.10, 0.62. Web safe color of #496056 is #336666. Color #496056 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01100000 01010110
Octal 111 140 126
Decimal 73 96 86
Hex 49 60 56

RGB Percentages of Color #496056

%28.63
%37.65
%33.73

CMYK Percentages of Color #496056

%24
%0
%10
%62

Triadic Colors of #496056

#496056 #564960 #605649

Analogous Colors of #496056

#496056 #495f60 #49604b

Monochromatic Colors of #496056

#496056

Complementary Color

#496056 #604953

#496056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#496056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#496056 Color CSS Codes

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

#496056 Text Font Color

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

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


#496056 Background Color

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

This div background color is #496056


#496056 Border Color

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

This div border color is #496056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #496056

#496056 Color Palettes


Comments

No comments written yet.

Please login to write comment.