Shades of Mardi Gras #47084A
Tints of Mardi Gras #47084A
RGB
CMYK
RGB Variations
Color information
#47084A (or 0x47084A) is known color: Mardi Gras. HEX triplet: 47, 08 and 4A. RGB value is (71,8,74). Sum of RGB (Red+Green+Blue) = 71+8+74=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 74 - color contains mainly: blue. Hex color #47084A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47084A is #B8F7B5. Grayscale: #222222. Windows color (decimal): -12122038 or 4851783. OLE color: 4851783.
HSL color Cylindrical-coordinate representation of color #47084A: hue angle of 297.27º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47084A is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 8 | 74 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.71 |
| HSL | 297.27º | 0.8% | 0.16% | - |
| HSV(B) | 297.27º | 0.89% | 0.29% | - |
| XYZ | 3.92 | 2.01 | 6.66 | - |
| YUV | 34.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 8 | 74 | 0.04 | 0.89 | 0 | 0.71 | 297.27 | 0.8 | 0.16 |
| Hex | 47 | 8 | 4A | 4 | 59 | 0 | 47 | 129 | 50 | 10 |
| Octal | 107 | 10 | 112 | 4 | 131 | 0 | 107 | 451 | 120 | 20 |
| Binary | 1000111 | 1000 | 1001010 | 100 | 1011001 | 0 | 1000111 | 100101001 | 1010000 | 10000 |
Color Harmonies of #47084A
Complementary color
Monochromatic Colors of #47084A
Black with #47084A
Text Example
Text Example
White with #47084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47084A; }
p { color: rgb(71,8,74); }
H1.HeaderClassName
{
color: #47084A;
}
.AnyTagClassName
{
color: #47084A;
}
</style>
background-color css
<style>
a { background-color: #47084A; }
a { background-color: rgb(71,8,74); }
div.DivClassName
{
background-color: #47084A;
}
.BgClassName
{
background-color: #47084A;
}
</style>
border-color css
<style>
span { border-color: #47084A; }
span { border-color: rgb(71,8,74); }
td.TdClassName
{
border-color: #47084A;
}
.TagClassName
{
border-color: #47084A;
}
</style>