Color Hex Logo

#49144e Color Hex

#49144E
(73,20,78)
0 Favorites   0 Comments

Color spaces of #49144e

RGB 732078
HSL0.820.590.19
HSV295°74°31°
CMYK 0.060.740.00   0.69
XYZ4.37302.46687.4534
Yxy2.46680.30590.1726
Hunter Lab15.706022.2138-17.1422
CIE-Lab17.767833.6130-23.5938

#49144e color RGB value is (73,20,78).

#49144e hex color red value is 73, green value is 20 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #49144e hue: 0.82 , saturation: 0.59 and the lightness value of 49144e is 0.19.

The process color (four color CMYK) of #49144e color hex is 0.06, 0.74, 0.00, 0.69. Web safe color of #49144e is #330066. Color #49144e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010100 01001110
Octal 111 24 116
Decimal 73 20 78
Hex 49 14 4E

RGB Percentages of Color #49144e

%42.69
%11.70
%45.61

CMYK Percentages of Color #49144e

%6
%74
%0
%69

Triadic Colors of #49144e

#49144e #4e4914 #144e49

Analogous Colors of #49144e

#49144e #4e1436 #2c144e

Monochromatic Colors of #49144e

#49144e

Complementary Color

#49144e #194e14

#49144e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49144e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49144e Color CSS Codes

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

#49144e Text Font Color

<p style="color:#49144e">Text here</p>

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


#49144e Background Color

<div style="background-color:#49144e">
Div content here</div>

This div background color is #49144e


#49144e Border Color

<div style="border:3px solid #49144e">
Div here</div>

This div border color is #49144e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,20,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49144e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49144e;
  -webkit-box-shadow: 1px 1px 3px 2px #49144e;
  box-shadow:         1px 1px 3px 2px #49144e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49144e


Comments

No comments written yet.

Please login to write comment.