Shades of Mardi Gras #48044C
Tints of Mardi Gras #48044C
RGB
CMYK
RGB Variations
Color information
#48044C (or 0x48044C) is known color: Mardi Gras. HEX triplet: 48, 04 and 4C. RGB value is (72,4,76). Sum of RGB (Red+Green+Blue) = 72+4+76=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #48044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48044C is #B7FBB3. Grayscale: #202020. Windows color (decimal): -12057524 or 4981832. OLE color: 4981832.
HSL color Cylindrical-coordinate representation of color #48044C: hue angle of 296.67º 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 #48044C is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 4 | 76 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.70 |
| HSL | 296.67º | 0.9% | 0.16% | - |
| HSV(B) | 296.67º | 0.95% | 0.3% | - |
| XYZ | 4.02 | 1.99 | 7.01 | - |
| YUV | 32.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 76 | 0.05 | 0.95 | 0 | 0.70 | 296.67 | 0.9 | 0.16 |
| Hex | 48 | 4 | 4C | 5 | 5F | 0 | 46 | 129 | 5A | 10 |
| Octal | 110 | 4 | 114 | 5 | 137 | 0 | 106 | 451 | 132 | 20 |
| Binary | 1001000 | 100 | 1001100 | 101 | 1011111 | 0 | 1000110 | 100101001 | 1011010 | 10000 |
Color Harmonies of #48044C
Complementary color
Monochromatic Colors of #48044C
Black with #48044C
Text Example
Text Example
White with #48044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48044C; }
p { color: rgb(72,4,76); }
H1.HeaderClassName
{
color: #48044C;
}
.AnyTagClassName
{
color: #48044C;
}
</style>
background-color css
<style>
a { background-color: #48044C; }
a { background-color: rgb(72,4,76); }
div.DivClassName
{
background-color: #48044C;
}
.BgClassName
{
background-color: #48044C;
}
</style>
border-color css
<style>
span { border-color: #48044C; }
span { border-color: rgb(72,4,76); }
td.TdClassName
{
border-color: #48044C;
}
.TagClassName
{
border-color: #48044C;
}
</style>