Shades of Mardi Gras #48054A
Tints of Mardi Gras #48054A
RGB
CMYK
RGB Variations
Color information
#48054A (or 0x48054A) is known color: Mardi Gras. HEX triplet: 48, 05 and 4A. RGB value is (72,5,74). Sum of RGB (Red+Green+Blue) = 72+5+74=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #48054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48054A is #B7FAB5. Grayscale: #202020. Windows color (decimal): -12057270 or 4851016. OLE color: 4851016.
HSL color Cylindrical-coordinate representation of color #48054A: hue angle of 298.26º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48054A is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 5 | 74 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.71 |
| HSL | 298.26º | 0.87% | 0.15% | - |
| HSV(B) | 298.26º | 0.93% | 0.29% | - |
| XYZ | 3.96 | 1.98 | 6.65 | - |
| YUV | 32.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 74 | 0.03 | 0.93 | 0 | 0.71 | 298.26 | 0.87 | 0.15 |
| Hex | 48 | 5 | 4A | 3 | 5D | 0 | 47 | 12A | 57 | F |
| Octal | 110 | 5 | 112 | 3 | 135 | 0 | 107 | 452 | 127 | 17 |
| Binary | 1001000 | 101 | 1001010 | 11 | 1011101 | 0 | 1000111 | 100101010 | 1010111 | 1111 |
Color Harmonies of #48054A
Complementary color
Monochromatic Colors of #48054A
Black with #48054A
Text Example
Text Example
White with #48054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48054A; }
p { color: rgb(72,5,74); }
H1.HeaderClassName
{
color: #48054A;
}
.AnyTagClassName
{
color: #48054A;
}
</style>
background-color css
<style>
a { background-color: #48054A; }
a { background-color: rgb(72,5,74); }
div.DivClassName
{
background-color: #48054A;
}
.BgClassName
{
background-color: #48054A;
}
</style>
border-color css
<style>
span { border-color: #48054A; }
span { border-color: rgb(72,5,74); }
td.TdClassName
{
border-color: #48054A;
}
.TagClassName
{
border-color: #48054A;
}
</style>