Color Hex Logo

#49004d Color Hex

#49004D
(73,0,77)
0 Favorites   0 Comments

Color spaces of #49004d

RGB 73077
HSL0.821.000.15
HSV297°100°30°
CMYK 0.051.000.00   0.70
XYZ4.08721.95237.1826
Yxy1.95230.30910.1477
Hunter Lab13.972527.7626-20.6975
CIE-Lab15.234940.5393-26.9577

#49004d color RGB value is (73,0,77).

#49004d hex color red value is 73, green value is 0 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #49004d hue: 0.82 , saturation: 1.00 and the lightness value of 49004d is 0.15.

The process color (four color CMYK) of #49004d color hex is 0.05, 1.00, 0.00, 0.70. Web safe color of #49004d is #330066. Color #49004d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00000000 01001101
Octal 111 0 115
Decimal 73 0 77
Hex 49 0 4D

RGB Percentages of Color #49004d

%48.67
%0.00
%51.33

CMYK Percentages of Color #49004d

%5
%100
%0
%70

Triadic Colors of #49004d

#49004d #4d4900 #004d49

Analogous Colors of #49004d

#49004d #4d002b #23004d

Monochromatic Colors of #49004d

#49004d

Complementary Color

#49004d #044d00

#49004d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49004d Color Preview on White Background

Lorem ipsum dolor sit amet.

#49004d Color CSS Codes

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

#49004d Text Font Color

<p style="color:#49004d">Text here</p>

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


#49004d Background Color

<div style="background-color:#49004d">
Div content here</div>

This div background color is #49004d


#49004d Border Color

<div style="border:3px solid #49004d">
Div here</div>

This div border color is #49004d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,0,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49004d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49004d;
  -webkit-box-shadow: 1px 1px 3px 2px #49004d;
  box-shadow:         1px 1px 3px 2px #49004d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49004d

#49004d Color Palettes


Comments

No comments written yet.

Please login to write comment.