Color Hex Logo

#49369e Color Hex

#49369E
(73,54,158)
0 Favorites   0 Comments

Color spaces of #49369e

RGB 7354158
HSL0.700.490.42
HSV251°66°62°
CMYK 0.540.660.00   0.38
XYZ10.23846.523433.0673
Yxy6.52340.20550.1309
Hunter Lab25.540926.8572-58.8828
CIE-Lab30.696336.6265-53.9232

#49369e color RGB value is (73,54,158).

#49369e hex color red value is 73, green value is 54 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #49369e hue: 0.70 , saturation: 0.49 and the lightness value of 49369e is 0.42.

The process color (four color CMYK) of #49369e color hex is 0.54, 0.66, 0.00, 0.38. Web safe color of #49369e is #333399. Color #49369e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00110110 10011110
Octal 111 66 236
Decimal 73 54 158
Hex 49 36 9E

RGB Percentages of Color #49369e

%25.61
%18.95
%55.44

CMYK Percentages of Color #49369e

%54
%66
%0
%38

Triadic Colors of #49369e

#49369e #9e4936 #369e49

Analogous Colors of #49369e

#49369e #7d369e #36579e

Monochromatic Colors of #49369e

#49369e

Complementary Color

#49369e #8b9e36

#49369e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49369e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49369e Color CSS Codes

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

#49369e Text Font Color

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

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


#49369e Background Color

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

This div background color is #49369e


#49369e Border Color

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

This div border color is #49369e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49369e


Comments

No comments written yet.

Please login to write comment.