#49004D

Color #49004D Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #49004D

Tints of Mardi Gras #49004D

Color information

#49004D (or 0x49004D) is unknown color: approx Mardi Gras. HEX triplet: 49, 00 and 4D. RGB value is (73,0,77). Sum of RGB (Red+Green+Blue) = 73+0+77=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #49004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49004D is #B6FFB2. Grayscale: #1E1E1E. Windows color (decimal): -11993011 or 5046345. OLE color: 5046345.

HSL color Cylindrical-coordinate representation of color #49004D: hue angle of 296.88º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49004D is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB73077-
CMYK0.05100.70
HSL296.88º100%15.1%-
HSV(B)296.88º100%30.2%-
XYZ4.091.957.18-
YUV30.6154.18158.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 51.33%
R=48.67%
G=0%
B=51.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal730770.05100.70296.8810015.1
Hex4904D56404612964f
Octal11101155144010645114417
Binary10010010100110110111001000100011010010100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49004D; }

 p { color: rgb(73,0,77); }

 H1.HeaderClassName
 {
   color: #49004D;
 }
 .AnyTagClassName
 {
   color: #49004D;
 }
</style>
background-color css

<style>
 a { background-color: #49004D; }

 a { background-color: rgb(73,0,77); }

 div.DivClassName
 {
   background-color: #49004D;
 }
 .BgClassName
 {
   background-color: #49004D;
 }
</style>
border-color css

<style>
 span { border-color: #49004D; }

 span { border-color: rgb(73,0,77); }

 td.TdClassName
 {
   border-color: #49004D;
 }
 .TagClassName
 {
   border-color: #49004D;
 }
</style>