Color Hex Logo

#49248a Color Hex

#49248A
(73,36,138)
0 Favorites   0 Comments

Color spaces of #49248a

RGB 7336138
HSL0.730.590.34
HSV262°74°54°
CMYK 0.470.740.00   0.46
XYZ7.96604.513224.4960
Yxy4.51320.21540.1221
Hunter Lab21.244329.7549-53.4941
CIE-Lab25.300340.7934-50.4323

#49248a color RGB value is (73,36,138).

#49248a hex color red value is 73, green value is 36 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #49248a hue: 0.73 , saturation: 0.59 and the lightness value of 49248a is 0.34.

The process color (four color CMYK) of #49248a color hex is 0.47, 0.74, 0.00, 0.46. Web safe color of #49248a is #333399. Color #49248a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100100 10001010
Octal 111 44 212
Decimal 73 36 138
Hex 49 24 8A

RGB Percentages of Color #49248a

%29.55
%14.57
%55.87

CMYK Percentages of Color #49248a

%47
%74
%0
%46

Triadic Colors of #49248a

#49248a #8a4924 #248a49

Analogous Colors of #49248a

#49248a #7c248a #24328a

Monochromatic Colors of #49248a

#49248a

Complementary Color

#49248a #658a24

#49248a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49248a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49248a Color CSS Codes

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

#49248a Text Font Color

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

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


#49248a Background Color

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

This div background color is #49248a


#49248a Border Color

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

This div border color is #49248a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49248a


Comments

No comments written yet.

Please login to write comment.