Color Hex Logo

#49148b Color Hex

#49148B
(73,20,139)
0 Favorites   0 Comments

Color spaces of #49148b

RGB 7320139
HSL0.740.750.31
HSV267°86°55°
CMYK 0.470.860.00   0.45
XYZ7.65803.780924.7523
Yxy3.78090.21160.1045
Hunter Lab19.444536.2722-61.8632
CIE-Lab22.933548.1379-54.9357

#49148b color RGB value is (73,20,139).

#49148b hex color red value is 73, green value is 20 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #49148b hue: 0.74 , saturation: 0.75 and the lightness value of 49148b is 0.31.

The process color (four color CMYK) of #49148b color hex is 0.47, 0.86, 0.00, 0.45. Web safe color of #49148b is #330099. Color #49148b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010100 10001011
Octal 111 24 213
Decimal 73 20 139
Hex 49 14 8B

RGB Percentages of Color #49148b

%31.47
%8.62
%59.91

CMYK Percentages of Color #49148b

%47
%86
%0
%45

Triadic Colors of #49148b

#49148b #8b4914 #148b49

Analogous Colors of #49148b

#49148b #85148b #141b8b

Monochromatic Colors of #49148b

#49148b

Complementary Color

#49148b #568b14

#49148b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49148b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49148b Color CSS Codes

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

#49148b Text Font Color

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

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


#49148b Background Color

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

This div background color is #49148b


#49148b Border Color

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

This div border color is #49148b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49148b


Comments

No comments written yet.

Please login to write comment.