Color Hex Logo

#49789f Color Hex

#49789F
(73,120,159)
0 Favorites   0 Comments

Color spaces of #49789f

RGB 73120159
HSL0.580.370.45
HSV207°54°62°
CMYK 0.540.250.00   0.38
XYZ15.722117.352635.3216
Yxy17.35260.22990.2537
Hunter Lab41.6565-5.5288-21.1140
CIE-Lab48.7013-4.4153-25.8682

#49789f color RGB value is (73,120,159).

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

The process color (four color CMYK) of #49789f color hex is 0.54, 0.25, 0.00, 0.38. Web safe color of #49789f is #336699. Color #49789f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111000 10011111
Octal 111 170 237
Decimal 73 120 159
Hex 49 78 9F

RGB Percentages of Color #49789f

%20.74
%34.09
%45.17

CMYK Percentages of Color #49789f

%54
%25
%0
%38

Triadic Colors of #49789f

#49789f #9f4978 #789f49

Analogous Colors of #49789f

#49789f #494d9f #499f9b

Monochromatic Colors of #49789f

#49789f

Complementary Color

#49789f #9f7049

#49789f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49789f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49789f Color CSS Codes

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

#49789f Text Font Color

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

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


#49789f Background Color

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

This div background color is #49789f


#49789f Border Color

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

This div border color is #49789f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,120,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 #49789f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49789f


Comments

No comments written yet.

Please login to write comment.