Color Hex Logo

#49537e Color Hex

#49537E
(73,83,126)
0 Favorites   0 Comments

Color spaces of #49537e

RGB 7383126
HSL0.640.270.39
HSV229°42°49°
CMYK 0.420.340.00   0.51
XYZ9.60689.109320.9906
Yxy9.10930.24190.2294
Hunter Lab30.18163.9987-20.1077
CIE-Lab36.19397.9338-25.5468

#49537e color RGB value is (73,83,126).

#49537e hex color red value is 73, green value is 83 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #49537e hue: 0.64 , saturation: 0.27 and the lightness value of 49537e is 0.39.

The process color (four color CMYK) of #49537e color hex is 0.42, 0.34, 0.00, 0.51. Web safe color of #49537e is #336666. Color #49537e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010011 01111110
Octal 111 123 176
Decimal 73 83 126
Hex 49 53 7E

RGB Percentages of Color #49537e

%25.89
%29.43
%44.68

CMYK Percentages of Color #49537e

%42
%34
%0
%51

Triadic Colors of #49537e

#49537e #7e4953 #537e49

Analogous Colors of #49537e

#49537e #5a497e #496e7e

Monochromatic Colors of #49537e

#49537e

Complementary Color

#49537e #7e7449

#49537e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49537e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49537e Color CSS Codes

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

#49537e Text Font Color

<p style="color:#49537e">Text here</p>

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


#49537e Background Color

<div style="background-color:#49537e">
Div content here</div>

This div background color is #49537e


#49537e Border Color

<div style="border:3px solid #49537e">
Div here</div>

This div border color is #49537e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,83,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49537e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49537e;
  -webkit-box-shadow: 1px 1px 3px 2px #49537e;
  box-shadow:         1px 1px 3px 2px #49537e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49537e


Comments

No comments written yet.

Please login to write comment.