Shades of Mardi Gras #480846
Tints of Mardi Gras #480846
RGB
CMYK
RGB Variations
Color information
#480846 (or 0x480846) is known color: Mardi Gras. HEX triplet: 48, 08 and 46. RGB value is (72,8,70). Sum of RGB (Red+Green+Blue) = 72+8+70=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #480846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480846 is #B7F7B9. Grayscale: #222222. Windows color (decimal): -12056506 or 4589640. OLE color: 4589640.
HSL color Cylindrical-coordinate representation of color #480846: hue angle of 301.88º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480846 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 8 | 70 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.72 |
| HSL | 301.88º | 0.8% | 0.16% | - |
| HSV(B) | 301.88º | 0.89% | 0.28% | - |
| XYZ | 3.86 | 1.99 | 5.98 | - |
| YUV | 34.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 70 | 0 | 0.89 | 0.03 | 0.72 | 301.88 | 0.8 | 0.16 |
| Hex | 48 | 8 | 46 | 0 | 59 | 3 | 48 | 12E | 50 | 10 |
| Octal | 110 | 10 | 106 | 0 | 131 | 3 | 110 | 456 | 120 | 20 |
| Binary | 1001000 | 1000 | 1000110 | 0 | 1011001 | 11 | 1001000 | 100101110 | 1010000 | 10000 |
Color Harmonies of #480846
Complementary color
Monochromatic Colors of #480846
Black with #480846
Text Example
Text Example
White with #480846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480846; }
p { color: rgb(72,8,70); }
H1.HeaderClassName
{
color: #480846;
}
.AnyTagClassName
{
color: #480846;
}
</style>
background-color css
<style>
a { background-color: #480846; }
a { background-color: rgb(72,8,70); }
div.DivClassName
{
background-color: #480846;
}
.BgClassName
{
background-color: #480846;
}
</style>
border-color css
<style>
span { border-color: #480846; }
span { border-color: rgb(72,8,70); }
td.TdClassName
{
border-color: #480846;
}
.TagClassName
{
border-color: #480846;
}
</style>