Color Hex Logo

#49596a Color Hex

#49596A
(73,89,106)
0 Favorites   0 Comments

Color spaces of #49596a

RGB 7389106
HSL0.590.180.35
HSV211°31°42°
CMYK 0.310.160.00   0.58
XYZ8.92169.601815.0188
Yxy9.60180.26600.2863
Hunter Lab30.9868-2.8338-7.0462
CIE-Lab37.1181-1.7241-11.7539

#49596a color RGB value is (73,89,106).

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

The process color (four color CMYK) of #49596a color hex is 0.31, 0.16, 0.00, 0.58. Web safe color of #49596a is #336666. Color #49596a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011001 01101010
Octal 111 131 152
Decimal 73 89 106
Hex 49 59 6A

RGB Percentages of Color #49596a

%27.24
%33.21
%39.55

CMYK Percentages of Color #49596a

%31
%16
%0
%58

Triadic Colors of #49596a

#49596a #6a4959 #596a49

Analogous Colors of #49596a

#49596a #4a496a #496a6a

Monochromatic Colors of #49596a

#49596a

Complementary Color

#49596a #6a5a49

#49596a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49596a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49596a Color CSS Codes

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

#49596a Text Font Color

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

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


#49596a Background Color

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

This div background color is #49596a


#49596a Border Color

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

This div border color is #49596a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49596a


Comments

No comments written yet.

Please login to write comment.