Color Hex Logo

#49759f Color Hex

#49759F
(73,117,159)
0 Favorites   0 Comments

Color spaces of #49759f

RGB 73117159
HSL0.580.370.45
HSV209°54°62°
CMYK 0.540.260.00   0.38
XYZ15.367016.642335.2032
Yxy16.64230.22860.2476
Hunter Lab40.7950-4.1523-22.6066
CIE-Lab47.8061-2.6391-27.2579

#49759f color RGB value is (73,117,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 01110101 10011111
Octal 111 165 237
Decimal 73 117 159
Hex 49 75 9F

RGB Percentages of Color #49759f

%20.92
%33.52
%45.56

CMYK Percentages of Color #49759f

%54
%26
%0
%38

Triadic Colors of #49759f

#49759f #9f4975 #759f49

Analogous Colors of #49759f

#49759f #494a9f #499f9e

Monochromatic Colors of #49759f

#49759f

Complementary Color

#49759f #9f7349

#49759f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49759f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49759f Color CSS Codes

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

#49759f Text Font Color

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

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


#49759f Background Color

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

This div background color is #49759f


#49759f Border Color

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

This div border color is #49759f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49759f


Comments

No comments written yet.

Please login to write comment.