Shades of Mardi Gras #46004C
Tints of Mardi Gras #46004C
RGB
CMYK
RGB Variations
Color information
#46004C (or 0x46004C) is known color: Mardi Gras. HEX triplet: 46, 00 and 4C. RGB value is (70,0,76). Sum of RGB (Red+Green+Blue) = 70+0+76=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #46004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46004C is #B9FFB3. Grayscale: #1D1D1D. Windows color (decimal): -12189620 or 4980806. OLE color: 4980806.
HSL color Cylindrical-coordinate representation of color #46004C: hue angle of 295.26º 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 #46004C is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 0 | 76 | - |
| CMYK | 0.08 | 1 | 0 | 0.70 |
| HSL | 295.26º | 1% | 0.15% | - |
| HSV(B) | 295.26º | 1% | 0.3% | - |
| XYZ | 3.83 | 1.82 | 6.99 | - |
| YUV | 29.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 76 | 0.08 | 1 | 0 | 0.70 | 295.26 | 1 | 0.15 |
| Hex | 46 | 0 | 4C | 8 | 64 | 0 | 46 | 127 | 64 | F |
| Octal | 106 | 0 | 114 | 10 | 144 | 0 | 106 | 447 | 144 | 17 |
| Binary | 1000110 | 0 | 1001100 | 1000 | 1100100 | 0 | 1000110 | 100100111 | 1100100 | 1111 |
Color Harmonies of #46004C
Complementary color
Monochromatic Colors of #46004C
Black with #46004C
Text Example
Text Example
White with #46004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46004C; }
p { color: rgb(70,0,76); }
H1.HeaderClassName
{
color: #46004C;
}
.AnyTagClassName
{
color: #46004C;
}
</style>
background-color css
<style>
a { background-color: #46004C; }
a { background-color: rgb(70,0,76); }
div.DivClassName
{
background-color: #46004C;
}
.BgClassName
{
background-color: #46004C;
}
</style>
border-color css
<style>
span { border-color: #46004C; }
span { border-color: rgb(70,0,76); }
td.TdClassName
{
border-color: #46004C;
}
.TagClassName
{
border-color: #46004C;
}
</style>