Color Hex Logo

#49295e Color Hex

#49295E
(73,41,94)
0 Favorites   0 Comments

Color spaces of #49295e

RGB 734194
HSL0.770.390.26
HSV276°56°37°
CMYK 0.220.560.00   0.63
XYZ5.56103.810511.0321
Yxy3.81050.27250.1868
Hunter Lab19.520516.6902-19.8437
CIE-Lab23.034825.8537-25.9373

#49295e color RGB value is (73,41,94).

#49295e hex color red value is 73, green value is 41 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #49295e hue: 0.77 , saturation: 0.39 and the lightness value of 49295e is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101001 01011110
Octal 111 51 136
Decimal 73 41 94
Hex 49 29 5E

RGB Percentages of Color #49295e

%35.10
%19.71
%45.19

CMYK Percentages of Color #49295e

%22
%56
%0
%63

Triadic Colors of #49295e

#49295e #5e4929 #295e49

Analogous Colors of #49295e

#49295e #5e2959 #2e295e

Monochromatic Colors of #49295e

#49295e

Complementary Color

#49295e #3e5e29

#49295e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49295e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49295e Color CSS Codes

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

#49295e Text Font Color

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

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


#49295e Background Color

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

This div background color is #49295e


#49295e Border Color

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

This div border color is #49295e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49295e


Comments

No comments written yet.

Please login to write comment.