Color Hex Logo

#49879b Color Hex

#49879B
(73,135,155)
0 Favorites   0 Comments

Color spaces of #49879b

RGB 73135155
HSL0.540.360.45
HSV195°53°61°
CMYK 0.530.130.00   0.39
XYZ17.328021.111034.1719
Yxy21.11100.23860.2907
Hunter Lab45.9467-13.0886-11.9330
CIE-Lab53.0708-14.2056-16.8271

#49879b color RGB value is (73,135,155).

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

The process color (four color CMYK) of #49879b color hex is 0.53, 0.13, 0.00, 0.39. Web safe color of #49879b is #339999. Color #49879b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10000111 10011011
Octal 111 207 233
Decimal 73 135 155
Hex 49 87 9B

RGB Percentages of Color #49879b

%20.11
%37.19
%42.70

CMYK Percentages of Color #49879b

%53
%13
%0
%39

Triadic Colors of #49879b

#49879b #9b4987 #879b49

Analogous Colors of #49879b

#49879b #495e9b #499b86

Monochromatic Colors of #49879b

#49879b

Complementary Color

#49879b #9b5d49

#49879b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49879b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49879b Color CSS Codes

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

#49879b Text Font Color

<p style="color:#49879b">Text here</p>

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


#49879b Background Color

<div style="background-color:#49879b">
Div content here</div>

This div background color is #49879b


#49879b Border Color

<div style="border:3px solid #49879b">
Div here</div>

This div border color is #49879b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,135,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49879b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49879b;
  -webkit-box-shadow: 1px 1px 3px 2px #49879b;
  box-shadow:         1px 1px 3px 2px #49879b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49879b


Comments

No comments written yet.

Please login to write comment.