Color Hex Logo

#49515e Color Hex

#49515E
(73,81,94)
0 Favorites   0 Comments

Color spaces of #49515e

RGB 738194
HSL0.600.130.33
HSV217°22°37°
CMYK 0.220.140.00   0.63
XYZ7.71058.109511.7486
Yxy8.10950.27970.2942
Hunter Lab28.4772-1.5043-4.5268
CIE-Lab34.20990.0249-8.6462

#49515e color RGB value is (73,81,94).

#49515e hex color red value is 73, green value is 81 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #49515e hue: 0.60 , saturation: 0.13 and the lightness value of 49515e is 0.33.

The process color (four color CMYK) of #49515e color hex is 0.22, 0.14, 0.00, 0.63. Web safe color of #49515e is #336666. Color #49515e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01010001 01011110
Octal 111 121 136
Decimal 73 81 94
Hex 49 51 5E

RGB Percentages of Color #49515e

%29.44
%32.66
%37.90

CMYK Percentages of Color #49515e

%22
%14
%0
%63

Triadic Colors of #49515e

#49515e #5e4951 #515e49

Analogous Colors of #49515e

#49515e #4c495e #495c5e

Monochromatic Colors of #49515e

#49515e

Complementary Color

#49515e #5e5649

#49515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49515e Color CSS Codes

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

#49515e Text Font Color

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

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


#49515e Background Color

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

This div background color is #49515e


#49515e Border Color

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

This div border color is #49515e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49515e

#49515e Color Palettes


Comments

No comments written yet.

Please login to write comment.