Color Hex Logo

#49889a Color Hex

#49889A
(73,136,154)
0 Favorites   0 Comments

Color spaces of #49889a

RGB 73136154
HSL0.540.360.45
HSV193°53°60°
CMYK 0.530.120.00   0.40
XYZ17.384521.357933.7781
Yxy21.35790.23970.2945
Hunter Lab46.2146-13.7294-10.9846
CIE-Lab53.3390-15.0539-15.8406

#49889a color RGB value is (73,136,154).

#49889a hex color red value is 73, green value is 136 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #49889a hue: 0.54 , saturation: 0.36 and the lightness value of 49889a is 0.45.

The process color (four color CMYK) of #49889a color hex is 0.53, 0.12, 0.00, 0.40. Web safe color of #49889a is #339999. Color #49889a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001000 10011010
Octal 111 210 232
Decimal 73 136 154
Hex 49 88 9A

RGB Percentages of Color #49889a

%20.11
%37.47
%42.42

CMYK Percentages of Color #49889a

%53
%12
%0
%40

Triadic Colors of #49889a

#49889a #9a4988 #889a49

Analogous Colors of #49889a

#49889a #49609a #499a84

Monochromatic Colors of #49889a

#49889a

Complementary Color

#49889a #9a5b49

#49889a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49889a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49889a Color CSS Codes

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

#49889a Text Font Color

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

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


#49889a Background Color

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

This div background color is #49889a


#49889a Border Color

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

This div border color is #49889a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49889a


Comments

No comments written yet.

Please login to write comment.