Color Hex Logo

#49137e Color Hex

#49137E
(73,19,126)
0 Favorites   0 Comments

Color spaces of #49137e

RGB 7319126
HSL0.750.740.28
HSV270°85°49°
CMYK 0.420.850.00   0.51
XYZ6.74643.388620.0371
Yxy3.38860.22360.1123
Hunter Lab18.408233.2042-51.6509
CIE-Lab21.537445.2217-49.0399

#49137e color RGB value is (73,19,126).

#49137e hex color red value is 73, green value is 19 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #49137e hue: 0.75 , saturation: 0.74 and the lightness value of 49137e is 0.28.

The process color (four color CMYK) of #49137e color hex is 0.42, 0.85, 0.00, 0.51. Web safe color of #49137e is #330066. Color #49137e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010011 01111110
Octal 111 23 176
Decimal 73 19 126
Hex 49 13 7E

RGB Percentages of Color #49137e

%33.49
%8.72
%57.80

CMYK Percentages of Color #49137e

%42
%85
%0
%51

Triadic Colors of #49137e

#49137e #7e4913 #137e49

Analogous Colors of #49137e

#49137e #7e137e #13137e

Monochromatic Colors of #49137e

#49137e

Complementary Color

#49137e #487e13

#49137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49137e Color CSS Codes

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

#49137e Text Font Color

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

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


#49137e Background Color

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

This div background color is #49137e


#49137e Border Color

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

This div border color is #49137e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49137e


Comments

No comments written yet.

Please login to write comment.