Shades of Mardi Gras #47004D
Tints of Mardi Gras #47004D
RGB
CMYK
RGB Variations
Color information
#47004D (or 0x47004D) is known color: Mardi Gras. HEX triplet: 47, 00 and 4D. RGB value is (71,0,77). Sum of RGB (Red+Green+Blue) = 71+0+77=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #47004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47004D is #B8FFB2. Grayscale: #1D1D1D. Windows color (decimal): -12124083 or 5046343. OLE color: 5046343.
HSL color Cylindrical-coordinate representation of color #47004D: hue angle of 295.32º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47004D is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 0 | 77 | - |
| CMYK | 0.08 | 1 | 0 | 0.70 |
| HSL | 295.32º | 1% | 0.15% | - |
| HSV(B) | 295.32º | 1% | 0.3% | - |
| XYZ | 3.94 | 1.88 | 7.18 | - |
| YUV | 30.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 77 | 0.08 | 1 | 0 | 0.70 | 295.32 | 1 | 0.15 |
| Hex | 47 | 0 | 4D | 8 | 64 | 0 | 46 | 127 | 64 | F |
| Octal | 107 | 0 | 115 | 10 | 144 | 0 | 106 | 447 | 144 | 17 |
| Binary | 1000111 | 0 | 1001101 | 1000 | 1100100 | 0 | 1000110 | 100100111 | 1100100 | 1111 |
Color Harmonies of #47004D
Complementary color
Monochromatic Colors of #47004D
Black with #47004D
Text Example
Text Example
White with #47004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47004D; }
p { color: rgb(71,0,77); }
H1.HeaderClassName
{
color: #47004D;
}
.AnyTagClassName
{
color: #47004D;
}
</style>
background-color css
<style>
a { background-color: #47004D; }
a { background-color: rgb(71,0,77); }
div.DivClassName
{
background-color: #47004D;
}
.BgClassName
{
background-color: #47004D;
}
</style>
border-color css
<style>
span { border-color: #47004D; }
span { border-color: rgb(71,0,77); }
td.TdClassName
{
border-color: #47004D;
}
.TagClassName
{
border-color: #47004D;
}
</style>