Color Hex Logo

#49244c Color Hex

#49244C
(73,36,76)
0 Favorites   0 Comments

Color spaces of #49244c

RGB 733676
HSL0.820.360.22
HSV296°53°30°
CMYK 0.040.530.00   0.70
XYZ4.68303.20007.2083
Yxy3.20000.31030.2120
Hunter Lab17.888515.4241-11.3693
CIE-Lab20.827724.5611-17.4112

#49244c color RGB value is (73,36,76).

#49244c hex color red value is 73, green value is 36 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #49244c hue: 0.82 , saturation: 0.36 and the lightness value of 49244c is 0.22.

The process color (four color CMYK) of #49244c color hex is 0.04, 0.53, 0.00, 0.70. Web safe color of #49244c is #333333. Color #49244c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100100 01001100
Octal 111 44 114
Decimal 73 36 76
Hex 49 24 4C

RGB Percentages of Color #49244c

%39.46
%19.46
%41.08

CMYK Percentages of Color #49244c

%4
%53
%0
%70

Triadic Colors of #49244c

#49244c #4c4924 #244c49

Analogous Colors of #49244c

#49244c #4c243b #35244c

Monochromatic Colors of #49244c

#49244c

Complementary Color

#49244c #274c24

#49244c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49244c Color Preview on White Background

Lorem ipsum dolor sit amet.

#49244c Color CSS Codes

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

#49244c Text Font Color

<p style="color:#49244c">Text here</p>

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


#49244c Background Color

<div style="background-color:#49244c">
Div content here</div>

This div background color is #49244c


#49244c Border Color

<div style="border:3px solid #49244c">
Div here</div>

This div border color is #49244c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49244c


Comments

No comments written yet.

Please login to write comment.