Color Hex Logo

#49295b Color Hex

#49295B
(73,41,91)
0 Favorites   0 Comments

Color spaces of #49295b

RGB 734191
HSL0.770.380.26
HSV278°55°36°
CMYK 0.200.550.00   0.64
XYZ5.42893.757710.3367
Yxy3.75770.27810.1925
Hunter Lab19.384816.0673-18.0463
CIE-Lab22.853725.0851-24.2478

#49295b color RGB value is (73,41,91).

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

The process color (four color CMYK) of #49295b color hex is 0.20, 0.55, 0.00, 0.64. Web safe color of #49295b is #333366. Color #49295b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101001 01011011
Octal 111 51 133
Decimal 73 41 91
Hex 49 29 5B

RGB Percentages of Color #49295b

%35.61
%20.00
%44.39

CMYK Percentages of Color #49295b

%20
%55
%0
%64

Triadic Colors of #49295b

#49295b #5b4929 #295b49

Analogous Colors of #49295b

#49295b #5b2954 #30295b

Monochromatic Colors of #49295b

#49295b

Complementary Color

#49295b #3b5b29

#49295b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49295b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49295b Color CSS Codes

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

#49295b Text Font Color

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

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


#49295b Background Color

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

This div background color is #49295b


#49295b Border Color

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

This div border color is #49295b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49295b


Comments

No comments written yet.

Please login to write comment.