Shades of Mardi Gras #46024A
Tints of Mardi Gras #46024A
RGB
CMYK
RGB Variations
Color information
#46024A (or 0x46024A) is known color: Mardi Gras. HEX triplet: 46, 02 and 4A. RGB value is (70,2,74). Sum of RGB (Red+Green+Blue) = 70+2+74=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #46024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46024A is #B9FDB5. Grayscale: #1E1E1E. Windows color (decimal): -12189110 or 4850246. OLE color: 4850246.
HSL color Cylindrical-coordinate representation of color #46024A: hue angle of 296.67º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46024A is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 2 | 74 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.71 |
| HSL | 296.67º | 0.95% | 0.15% | - |
| HSV(B) | 296.67º | 0.97% | 0.29% | - |
| XYZ | 3.78 | 1.84 | 6.63 | - |
| YUV | 30.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 74 | 0.05 | 0.97 | 0 | 0.71 | 296.67 | 0.95 | 0.15 |
| Hex | 46 | 2 | 4A | 5 | 61 | 0 | 47 | 129 | 5F | F |
| Octal | 106 | 2 | 112 | 5 | 141 | 0 | 107 | 451 | 137 | 17 |
| Binary | 1000110 | 10 | 1001010 | 101 | 1100001 | 0 | 1000111 | 100101001 | 1011111 | 1111 |
Color Harmonies of #46024A
Complementary color
Monochromatic Colors of #46024A
Black with #46024A
Text Example
Text Example
White with #46024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46024A; }
p { color: rgb(70,2,74); }
H1.HeaderClassName
{
color: #46024A;
}
.AnyTagClassName
{
color: #46024A;
}
</style>
background-color css
<style>
a { background-color: #46024A; }
a { background-color: rgb(70,2,74); }
div.DivClassName
{
background-color: #46024A;
}
.BgClassName
{
background-color: #46024A;
}
</style>
border-color css
<style>
span { border-color: #46024A; }
span { border-color: rgb(70,2,74); }
td.TdClassName
{
border-color: #46024A;
}
.TagClassName
{
border-color: #46024A;
}
</style>