Shades of Mardi Gras #47044D
Tints of Mardi Gras #47044D
RGB
CMYK
RGB Variations
Color information
#47044D (or 0x47044D) is known color: Mardi Gras. HEX triplet: 47, 04 and 4D. RGB value is (71,4,77). Sum of RGB (Red+Green+Blue) = 71+4+77=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #47044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47044D is #B8FBB2. Grayscale: #202020. Windows color (decimal): -12123059 or 5047367. OLE color: 5047367.
HSL color Cylindrical-coordinate representation of color #47044D: hue angle of 295.07º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #47044D is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 4 | 77 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.70 |
| HSL | 295.07º | 0.9% | 0.16% | - |
| HSV(B) | 295.07º | 0.95% | 0.3% | - |
| XYZ | 3.98 | 1.96 | 7.19 | - |
| YUV | 32.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 77 | 0.08 | 0.95 | 0 | 0.70 | 295.07 | 0.9 | 0.16 |
| Hex | 47 | 4 | 4D | 8 | 5F | 0 | 46 | 127 | 5A | 10 |
| Octal | 107 | 4 | 115 | 10 | 137 | 0 | 106 | 447 | 132 | 20 |
| Binary | 1000111 | 100 | 1001101 | 1000 | 1011111 | 0 | 1000110 | 100100111 | 1011010 | 10000 |
Color Harmonies of #47044D
Complementary color
Monochromatic Colors of #47044D
Black with #47044D
Text Example
Text Example
White with #47044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47044D; }
p { color: rgb(71,4,77); }
H1.HeaderClassName
{
color: #47044D;
}
.AnyTagClassName
{
color: #47044D;
}
</style>
background-color css
<style>
a { background-color: #47044D; }
a { background-color: rgb(71,4,77); }
div.DivClassName
{
background-color: #47044D;
}
.BgClassName
{
background-color: #47044D;
}
</style>
border-color css
<style>
span { border-color: #47044D; }
span { border-color: rgb(71,4,77); }
td.TdClassName
{
border-color: #47044D;
}
.TagClassName
{
border-color: #47044D;
}
</style>