Color Hex Logo

#49244f Color Hex

#49244F
(73,36,79)
0 Favorites   0 Comments

Color spaces of #49244f

RGB 733679
HSL0.810.370.23
HSV292°54°31°
CMYK 0.080.540.00   0.69
XYZ4.78983.24277.7706
Yxy3.24270.30310.2052
Hunter Lab18.007515.9659-12.9796
CIE-Lab20.990825.2411-19.1814

#49244f color RGB value is (73,36,79).

#49244f hex color red value is 73, green value is 36 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #49244f hue: 0.81 , saturation: 0.37 and the lightness value of 49244f is 0.23.

The process color (four color CMYK) of #49244f color hex is 0.08, 0.54, 0.00, 0.69. Web safe color of #49244f is #333366. Color #49244f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100100 01001111
Octal 111 44 117
Decimal 73 36 79
Hex 49 24 4F

RGB Percentages of Color #49244f

%38.83
%19.15
%42.02

CMYK Percentages of Color #49244f

%8
%54
%0
%69

Triadic Colors of #49244f

#49244f #4f4924 #244f49

Analogous Colors of #49244f

#49244f #4f2440 #34244f

Monochromatic Colors of #49244f

#49244f

Complementary Color

#49244f #2a4f24

#49244f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49244f Color Preview on White Background

Lorem ipsum dolor sit amet.

#49244f Color CSS Codes

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

#49244f Text Font Color

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

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


#49244f Background Color

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

This div background color is #49244f


#49244f Border Color

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

This div border color is #49244f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49244f


Comments

No comments written yet.

Please login to write comment.