Color Hex Logo

#49044e Color Hex

#49044E
(73,4,78)
0 Favorites   0 Comments

Color spaces of #49044e

RGB 73478
HSL0.820.900.16
HSV296°95°31°
CMYK 0.060.950.00   0.69
XYZ4.16622.05347.3845
Yxy2.05340.30620.1509
Hunter Lab14.329726.8200-20.5231
CIE-Lab15.765039.3757-26.7939

#49044e color RGB value is (73,4,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000100 01001110
Octal 111 4 116
Decimal 73 4 78
Hex 49 4 4E

RGB Percentages of Color #49044e

%47.10
%2.58
%50.32

CMYK Percentages of Color #49044e

%6
%95
%0
%69

Triadic Colors of #49044e

#49044e #4e4904 #044e49

Analogous Colors of #49044e

#49044e #4e042e #24044e

Monochromatic Colors of #49044e

#49044e

Complementary Color

#49044e #094e04

#49044e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49044e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49044e Color CSS Codes

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

#49044e Text Font Color

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

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


#49044e Background Color

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

This div background color is #49044e


#49044e Border Color

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

This div border color is #49044e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,4,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 #49044e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49044e


Comments

No comments written yet.

Please login to write comment.