Color Hex Logo

#49247a Color Hex

#49247A
(73,36,122)
0 Favorites   0 Comments

Color spaces of #49247a

RGB 7336122
HSL0.740.540.31
HSV266°70°48°
CMYK 0.400.700.00   0.52
XYZ6.89144.083418.8373
Yxy4.08340.23120.1370
Hunter Lab20.207425.5114-41.1248
CIE-Lab23.945336.3159-42.5710

#49247a color RGB value is (73,36,122).

#49247a hex color red value is 73, green value is 36 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #49247a hue: 0.74 , saturation: 0.54 and the lightness value of 49247a is 0.31.

The process color (four color CMYK) of #49247a color hex is 0.40, 0.70, 0.00, 0.52. Web safe color of #49247a is #333366. Color #49247a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100100 01111010
Octal 111 44 172
Decimal 73 36 122
Hex 49 24 7A

RGB Percentages of Color #49247a

%31.60
%15.58
%52.81

CMYK Percentages of Color #49247a

%40
%70
%0
%52

Triadic Colors of #49247a

#49247a #7a4924 #247a49

Analogous Colors of #49247a

#49247a #74247a #242a7a

Monochromatic Colors of #49247a

#49247a

Complementary Color

#49247a #557a24

#49247a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49247a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49247a Color CSS Codes

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

#49247a Text Font Color

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

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


#49247a Background Color

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

This div background color is #49247a


#49247a Border Color

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

This div border color is #49247a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49247a


Comments

No comments written yet.

Please login to write comment.