Color Hex Logo

#49596d Color Hex

#49596D
(73,89,109)
0 Favorites   0 Comments

Color spaces of #49596d

RGB 7389109
HSL0.590.200.36
HSV213°33°43°
CMYK 0.330.180.00   0.57
XYZ9.08039.665415.8550
Yxy9.66540.26240.2793
Hunter Lab31.0892-2.2713-8.4745
CIE-Lab37.2351-0.8891-13.4355

#49596d color RGB value is (73,89,109).

#49596d hex color red value is 73, green value is 89 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #49596d hue: 0.59 , saturation: 0.20 and the lightness value of 49596d is 0.36.

The process color (four color CMYK) of #49596d color hex is 0.33, 0.18, 0.00, 0.57. Web safe color of #49596d is #336666. Color #49596d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011001 01101101
Octal 111 131 155
Decimal 73 89 109
Hex 49 59 6D

RGB Percentages of Color #49596d

%26.94
%32.84
%40.22

CMYK Percentages of Color #49596d

%33
%18
%0
%57

Triadic Colors of #49596d

#49596d #6d4959 #596d49

Analogous Colors of #49596d

#49596d #4b496d #496b6d

Monochromatic Colors of #49596d

#49596d

Complementary Color

#49596d #6d5d49

#49596d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49596d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49596d Color CSS Codes

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

#49596d Text Font Color

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

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


#49596d Background Color

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

This div background color is #49596d


#49596d Border Color

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

This div border color is #49596d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,89,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49596d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49596d;
  -webkit-box-shadow: 1px 1px 3px 2px #49596d;
  box-shadow:         1px 1px 3px 2px #49596d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49596d


Comments

No comments written yet.

Please login to write comment.