Color Hex Logo

#49888a Color Hex

#49888A
(73,136,138)
0 Favorites   0 Comments

Color spaces of #49888a

RGB 73136138
HSL0.510.310.41
HSV182°47°54°
CMYK 0.470.010.00   0.46
XYZ16.139320.859827.2205
Yxy20.85980.25130.3248
Hunter Lab45.6725-16.8504-3.3656
CIE-Lab52.7957-19.6572-7.3784

#49888a color RGB value is (73,136,138).

#49888a hex color red value is 73, green value is 136 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #49888a hue: 0.51 , saturation: 0.31 and the lightness value of 49888a is 0.41.

The process color (four color CMYK) of #49888a color hex is 0.47, 0.01, 0.00, 0.46. Web safe color of #49888a is #339999. Color #49888a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001000 10001010
Octal 111 210 212
Decimal 73 136 138
Hex 49 88 8A

RGB Percentages of Color #49888a

%21.04
%39.19
%39.77

CMYK Percentages of Color #49888a

%47
%1
%0
%46

Triadic Colors of #49888a

#49888a #8a4988 #888a49

Analogous Colors of #49888a

#49888a #49688a #498a6c

Monochromatic Colors of #49888a

#49888a

Complementary Color

#49888a #8a4b49

#49888a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49888a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49888a Color CSS Codes

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

#49888a Text Font Color

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

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


#49888a Background Color

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

This div background color is #49888a


#49888a Border Color

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

This div border color is #49888a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49888a


Comments

No comments written yet.

Please login to write comment.