Shades of Mardi Gras #470948
Tints of Mardi Gras #470948
RGB
CMYK
RGB Variations
Color information
#470948 (or 0x470948) is known color: Mardi Gras. HEX triplet: 47, 09 and 48. RGB value is (71,9,72). Sum of RGB (Red+Green+Blue) = 71+9+72=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #470948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470948 is #B8F6B7. Grayscale: #222222. Windows color (decimal): -12121784 or 4720967. OLE color: 4720967.
HSL color Cylindrical-coordinate representation of color #470948: hue angle of 299.05º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #470948 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 9 | 72 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.72 |
| HSL | 299.05º | 0.78% | 0.16% | - |
| HSV(B) | 299.05º | 0.88% | 0.28% | - |
| XYZ | 3.87 | 2 | 6.31 | - |
| YUV | 34.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 72 | 0.01 | 0.88 | 0 | 0.72 | 299.05 | 0.78 | 0.16 |
| Hex | 47 | 9 | 48 | 1 | 58 | 0 | 48 | 12B | 4E | 10 |
| Octal | 107 | 11 | 110 | 1 | 130 | 0 | 110 | 453 | 116 | 20 |
| Binary | 1000111 | 1001 | 1001000 | 1 | 1011000 | 0 | 1001000 | 100101011 | 1001110 | 10000 |
Color Harmonies of #470948
Complementary color
Monochromatic Colors of #470948
Black with #470948
Text Example
Text Example
White with #470948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470948; }
p { color: rgb(71,9,72); }
H1.HeaderClassName
{
color: #470948;
}
.AnyTagClassName
{
color: #470948;
}
</style>
background-color css
<style>
a { background-color: #470948; }
a { background-color: rgb(71,9,72); }
div.DivClassName
{
background-color: #470948;
}
.BgClassName
{
background-color: #470948;
}
</style>
border-color css
<style>
span { border-color: #470948; }
span { border-color: rgb(71,9,72); }
td.TdClassName
{
border-color: #470948;
}
.TagClassName
{
border-color: #470948;
}
</style>