Color Hex Logo

#49315b Color Hex

#49315B
(73,49,91)
0 Favorites   0 Comments

Color spaces of #49315b

RGB 734991
HSL0.760.300.27
HSV274°46°36°
CMYK 0.200.460.00   0.64
XYZ5.73434.368410.4385
Yxy4.36840.27920.2127
Hunter Lab20.900712.3968-14.9809
CIE-Lab24.853820.0091-21.0979

#49315b color RGB value is (73,49,91).

#49315b hex color red value is 73, green value is 49 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #49315b hue: 0.76 , saturation: 0.30 and the lightness value of 49315b is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110001 01011011
Octal 111 61 133
Decimal 73 49 91
Hex 49 31 5B

RGB Percentages of Color #49315b

%34.27
%23.00
%42.72

CMYK Percentages of Color #49315b

%20
%46
%0
%64

Triadic Colors of #49315b

#49315b #5b4931 #315b49

Analogous Colors of #49315b

#49315b #5b3158 #34315b

Monochromatic Colors of #49315b

#49315b

Complementary Color

#49315b #435b31

#49315b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49315b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49315b Color CSS Codes

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

#49315b Text Font Color

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

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


#49315b Background Color

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

This div background color is #49315b


#49315b Border Color

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

This div border color is #49315b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49315b


Comments

No comments written yet.

Please login to write comment.