Color Hex Logo

#49394e Color Hex

#49394E
(73,57,78)
0 Favorites   0 Comments

Color spaces of #49394e

RGB 735778
HSL0.790.160.26
HSV286°27°31°
CMYK 0.060.270.00   0.69
XYZ5.58594.89287.8577
Yxy4.89280.30460.2668
Hunter Lab22.11976.3673-5.5782
CIE-Lab26.427111.5208-10.1172

#49394e color RGB value is (73,57,78).

#49394e hex color red value is 73, green value is 57 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #49394e hue: 0.79 , saturation: 0.16 and the lightness value of 49394e is 0.26.

The process color (four color CMYK) of #49394e color hex is 0.06, 0.27, 0.00, 0.69. Web safe color of #49394e is #333366. Color #49394e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111001 01001110
Octal 111 71 116
Decimal 73 57 78
Hex 49 39 4E

RGB Percentages of Color #49394e

%35.10
%27.40
%37.50

CMYK Percentages of Color #49394e

%6
%27
%0
%69

Triadic Colors of #49394e

#49394e #4e4939 #394e49

Analogous Colors of #49394e

#49394e #4e3949 #3f394e

Monochromatic Colors of #49394e

#49394e

Complementary Color

#49394e #3e4e39

#49394e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49394e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49394e Color CSS Codes

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

#49394e Text Font Color

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

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


#49394e Background Color

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

This div background color is #49394e


#49394e Border Color

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

This div border color is #49394e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49394e


Comments

No comments written yet.

Please login to write comment.