Shades of Mardi Gras #49064C
Tints of Mardi Gras #49064C
RGB
CMYK
RGB Variations
Color information
#49064C (or 0x49064C) is known color: Mardi Gras. HEX triplet: 49, 06 and 4C. RGB value is (73,6,76). Sum of RGB (Red+Green+Blue) = 73+6+76=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #49064C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49064C is #B6F9B3. Grayscale: #212121. Windows color (decimal): -11991476 or 4982345. OLE color: 4982345.
HSL color Cylindrical-coordinate representation of color #49064C: hue angle of 297.43º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49064C is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 6 | 76 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.70 |
| HSL | 297.43º | 0.85% | 0.16% | - |
| HSV(B) | 297.43º | 0.92% | 0.3% | - |
| XYZ | 4.12 | 2.07 | 7.02 | - |
| YUV | 34.01 | 151.7 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 76 | 0.04 | 0.92 | 0 | 0.70 | 297.43 | 0.85 | 0.16 |
| Hex | 49 | 6 | 4C | 4 | 5C | 0 | 46 | 129 | 55 | 10 |
| Octal | 111 | 6 | 114 | 4 | 134 | 0 | 106 | 451 | 125 | 20 |
| Binary | 1001001 | 110 | 1001100 | 100 | 1011100 | 0 | 1000110 | 100101001 | 1010101 | 10000 |
Color Harmonies of #49064C
Complementary color
Monochromatic Colors of #49064C
Black with #49064C
Text Example
Text Example
White with #49064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49064C; }
p { color: rgb(73,6,76); }
H1.HeaderClassName
{
color: #49064C;
}
.AnyTagClassName
{
color: #49064C;
}
</style>
background-color css
<style>
a { background-color: #49064C; }
a { background-color: rgb(73,6,76); }
div.DivClassName
{
background-color: #49064C;
}
.BgClassName
{
background-color: #49064C;
}
</style>
border-color css
<style>
span { border-color: #49064C; }
span { border-color: rgb(73,6,76); }
td.TdClassName
{
border-color: #49064C;
}
.TagClassName
{
border-color: #49064C;
}
</style>