Color Hex Logo

#49939f Color Hex

#49939F
(73,147,159)
0 Favorites   0 Comments

Color spaces of #49939f

RGB 73147159
HSL0.520.370.45
HSV188°54°62°
CMYK 0.540.080.00   0.38
XYZ19.439424.787136.5607
Yxy24.78710.24060.3068
Hunter Lab49.7866-17.4306-8.6888
CIE-Lab56.8674-19.4935-13.3772

#49939f color RGB value is (73,147,159).

#49939f hex color red value is 73, green value is 147 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #49939f hue: 0.52 , saturation: 0.37 and the lightness value of 49939f is 0.45.

The process color (four color CMYK) of #49939f color hex is 0.54, 0.08, 0.00, 0.38. Web safe color of #49939f is #339999. Color #49939f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010011 10011111
Octal 111 223 237
Decimal 73 147 159
Hex 49 93 9F

RGB Percentages of Color #49939f

%19.26
%38.79
%41.95

CMYK Percentages of Color #49939f

%54
%8
%0
%38

Triadic Colors of #49939f

#49939f #9f4993 #939f49

Analogous Colors of #49939f

#49939f #49689f #499f80

Monochromatic Colors of #49939f

#49939f

Complementary Color

#49939f #9f5549

#49939f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49939f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49939f Color CSS Codes

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

#49939f Text Font Color

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

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


#49939f Background Color

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

This div background color is #49939f


#49939f Border Color

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

This div border color is #49939f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,147,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49939f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49939f;
  -webkit-box-shadow: 1px 1px 3px 2px #49939f;
  box-shadow:         1px 1px 3px 2px #49939f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49939f


Comments

No comments written yet.

Please login to write comment.