Shades of Mardi Gras #46024C
Tints of Mardi Gras #46024C
RGB
CMYK
RGB Variations
Color information
#46024C (or 0x46024C) is known color: Mardi Gras. HEX triplet: 46, 02 and 4C. RGB value is (70,2,76). Sum of RGB (Red+Green+Blue) = 70+2+76=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #46024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46024C is #B9FDB3. Grayscale: #1E1E1E. Windows color (decimal): -12189108 or 4981318. OLE color: 4981318.
HSL color Cylindrical-coordinate representation of color #46024C: hue angle of 295.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46024C is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 2 | 76 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.70 |
| HSL | 295.14º | 0.95% | 0.15% | - |
| HSV(B) | 295.14º | 0.97% | 0.3% | - |
| XYZ | 3.85 | 1.87 | 6.99 | - |
| YUV | 30.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 76 | 0.08 | 0.97 | 0 | 0.70 | 295.14 | 0.95 | 0.15 |
| Hex | 46 | 2 | 4C | 8 | 61 | 0 | 46 | 127 | 5F | F |
| Octal | 106 | 2 | 114 | 10 | 141 | 0 | 106 | 447 | 137 | 17 |
| Binary | 1000110 | 10 | 1001100 | 1000 | 1100001 | 0 | 1000110 | 100100111 | 1011111 | 1111 |
Color Harmonies of #46024C
Complementary color
Monochromatic Colors of #46024C
Black with #46024C
Text Example
Text Example
White with #46024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46024C; }
p { color: rgb(70,2,76); }
H1.HeaderClassName
{
color: #46024C;
}
.AnyTagClassName
{
color: #46024C;
}
</style>
background-color css
<style>
a { background-color: #46024C; }
a { background-color: rgb(70,2,76); }
div.DivClassName
{
background-color: #46024C;
}
.BgClassName
{
background-color: #46024C;
}
</style>
border-color css
<style>
span { border-color: #46024C; }
span { border-color: rgb(70,2,76); }
td.TdClassName
{
border-color: #46024C;
}
.TagClassName
{
border-color: #46024C;
}
</style>