Color Hex Logo

#49116b Color Hex

#49116B
(73,17,107)
0 Favorites   0 Comments

Color spaces of #49116b

RGB 7317107
HSL0.770.730.24
HSV277°84°42°
CMYK 0.320.840.00   0.58
XYZ5.60192.878914.1703
Yxy2.87890.24730.1271
Hunter Lab16.967329.2404-37.6391
CIE-Lab19.552241.3395-40.0560

#49116b color RGB value is (73,17,107).

#49116b hex color red value is 73, green value is 17 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #49116b hue: 0.77 , saturation: 0.73 and the lightness value of 49116b is 0.24.

The process color (four color CMYK) of #49116b color hex is 0.32, 0.84, 0.00, 0.58. Web safe color of #49116b is #330066. Color #49116b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010001 01101011
Octal 111 21 153
Decimal 73 17 107
Hex 49 11 6B

RGB Percentages of Color #49116b

%37.06
%8.63
%54.31

CMYK Percentages of Color #49116b

%32
%84
%0
%58

Triadic Colors of #49116b

#49116b #6b4911 #116b49

Analogous Colors of #49116b

#49116b #6b1160 #1c116b

Monochromatic Colors of #49116b

#49116b

Complementary Color

#49116b #336b11

#49116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49116b Color CSS Codes

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

#49116b Text Font Color

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

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


#49116b Background Color

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

This div background color is #49116b


#49116b Border Color

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

This div border color is #49116b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49116b


Comments

No comments written yet.

Please login to write comment.