Color Hex Logo

#49229a Color Hex

#49229A
(73,34,154)
0 Favorites   0 Comments

Color spaces of #49229a

RGB 7334154
HSL0.720.640.37
HSV260°78°60°
CMYK 0.530.780.00   0.40
XYZ9.15244.893631.0340
Yxy4.89360.20300.1086
Hunter Lab22.121535.1388-67.6923
CIE-Lab26.429546.2903-58.4660

#49229a color RGB value is (73,34,154).

#49229a hex color red value is 73, green value is 34 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #49229a hue: 0.72 , saturation: 0.64 and the lightness value of 49229a is 0.37.

The process color (four color CMYK) of #49229a color hex is 0.53, 0.78, 0.00, 0.40. Web safe color of #49229a is #333399. Color #49229a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100010 10011010
Octal 111 42 232
Decimal 73 34 154
Hex 49 22 9A

RGB Percentages of Color #49229a

%27.97
%13.03
%59.00

CMYK Percentages of Color #49229a

%53
%78
%0
%40

Triadic Colors of #49229a

#49229a #9a4922 #229a49

Analogous Colors of #49229a

#49229a #85229a #22379a

Monochromatic Colors of #49229a

#49229a

Complementary Color

#49229a #739a22

#49229a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49229a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49229a Color CSS Codes

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

#49229a Text Font Color

<p style="color:#49229a">Text here</p>

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


#49229a Background Color

<div style="background-color:#49229a">
Div content here</div>

This div background color is #49229a


#49229a Border Color

<div style="border:3px solid #49229a">
Div here</div>

This div border color is #49229a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,34,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49229a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49229a;
  -webkit-box-shadow: 1px 1px 3px 2px #49229a;
  box-shadow:         1px 1px 3px 2px #49229a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49229a


Comments

No comments written yet.

Please login to write comment.