Color Hex Logo

#49395e Color Hex

#49395E
(73,57,94)
0 Favorites   0 Comments

Color spaces of #49395e

RGB 735794
HSL0.740.250.30
HSV266°39°37°
CMYK 0.220.390.00   0.63
XYZ6.23125.150911.2555
Yxy5.15090.27530.2275
Hunter Lab22.69569.2909-13.5170
CIE-Lab27.160415.5748-19.4493

#49395e color RGB value is (73,57,94).

#49395e hex color red value is 73, green value is 57 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #49395e hue: 0.74 , saturation: 0.25 and the lightness value of 49395e is 0.30.

The process color (four color CMYK) of #49395e color hex is 0.22, 0.39, 0.00, 0.63. Web safe color of #49395e is #333366. Color #49395e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00111001 01011110
Octal 111 71 136
Decimal 73 57 94
Hex 49 39 5E

RGB Percentages of Color #49395e

%32.59
%25.45
%41.96

CMYK Percentages of Color #49395e

%22
%39
%0
%63

Triadic Colors of #49395e

#49395e #5e4939 #395e49

Analogous Colors of #49395e

#49395e #5c395e #393c5e

Monochromatic Colors of #49395e

#49395e

Complementary Color

#49395e #4e5e39

#49395e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49395e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49395e Color CSS Codes

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

#49395e Text Font Color

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

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


#49395e Background Color

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

This div background color is #49395e


#49395e Border Color

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

This div border color is #49395e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49395e


Comments

No comments written yet.

Please login to write comment.