Shades of Mardi Gras #49044C
Tints of Mardi Gras #49044C
RGB
CMYK
RGB Variations
Color information
#49044C (or 0x49044C) is known color: Mardi Gras. HEX triplet: 49, 04 and 4C. RGB value is (73,4,76). Sum of RGB (Red+Green+Blue) = 73+4+76=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #49044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49044C is #B6FBB3. Grayscale: #202020. Windows color (decimal): -11991988 or 4981833. OLE color: 4981833.
HSL color Cylindrical-coordinate representation of color #49044C: hue angle of 297.5º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49044C is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 4 | 76 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.70 |
| HSL | 297.5º | 0.9% | 0.16% | - |
| HSV(B) | 297.5º | 0.95% | 0.3% | - |
| XYZ | 4.1 | 2.03 | 7.01 | - |
| YUV | 32.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 76 | 0.04 | 0.95 | 0 | 0.70 | 297.5 | 0.9 | 0.16 |
| Hex | 49 | 4 | 4C | 4 | 5F | 0 | 46 | 12A | 5A | 10 |
| Octal | 111 | 4 | 114 | 4 | 137 | 0 | 106 | 452 | 132 | 20 |
| Binary | 1001001 | 100 | 1001100 | 100 | 1011111 | 0 | 1000110 | 100101010 | 1011010 | 10000 |
Color Harmonies of #49044C
Complementary color
Monochromatic Colors of #49044C
Black with #49044C
Text Example
Text Example
White with #49044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49044C; }
p { color: rgb(73,4,76); }
H1.HeaderClassName
{
color: #49044C;
}
.AnyTagClassName
{
color: #49044C;
}
</style>
background-color css
<style>
a { background-color: #49044C; }
a { background-color: rgb(73,4,76); }
div.DivClassName
{
background-color: #49044C;
}
.BgClassName
{
background-color: #49044C;
}
</style>
border-color css
<style>
span { border-color: #49044C; }
span { border-color: rgb(73,4,76); }
td.TdClassName
{
border-color: #49044C;
}
.TagClassName
{
border-color: #49044C;
}
</style>