Shades of Mardi Gras #420E46
Tints of Mardi Gras #420E46
RGB
CMYK
RGB Variations
Color information
#420E46 (or 0x420E46) is known color: Mardi Gras. HEX triplet: 42, 0E and 46. RGB value is (66,14,70). Sum of RGB (Red+Green+Blue) = 66+14+70=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #420E46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E46 is #BDF1B9. Grayscale: #232323. Windows color (decimal): -12448186 or 4591170. OLE color: 4591170.
HSL color Cylindrical-coordinate representation of color #420E46: hue angle of 295.71º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #420E46 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 14 | 70 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.73 |
| HSL | 295.71º | 0.67% | 0.16% | - |
| HSV(B) | 295.71º | 0.8% | 0.27% | - |
| XYZ | 3.51 | 1.91 | 5.98 | - |
| YUV | 35.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 70 | 0.06 | 0.80 | 0 | 0.73 | 295.71 | 0.67 | 0.16 |
| Hex | 42 | E | 46 | 6 | 50 | 0 | 49 | 128 | 43 | 10 |
| Octal | 102 | 16 | 106 | 6 | 120 | 0 | 111 | 450 | 103 | 20 |
| Binary | 1000010 | 1110 | 1000110 | 110 | 1010000 | 0 | 1001001 | 100101000 | 1000011 | 10000 |
Color Harmonies of #420E46
Complementary color
Monochromatic Colors of #420E46
Black with #420E46
Text Example
Text Example
White with #420E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420E46; }
p { color: rgb(66,14,70); }
H1.HeaderClassName
{
color: #420E46;
}
.AnyTagClassName
{
color: #420E46;
}
</style>
background-color css
<style>
a { background-color: #420E46; }
a { background-color: rgb(66,14,70); }
div.DivClassName
{
background-color: #420E46;
}
.BgClassName
{
background-color: #420E46;
}
</style>
border-color css
<style>
span { border-color: #420E46; }
span { border-color: rgb(66,14,70); }
td.TdClassName
{
border-color: #420E46;
}
.TagClassName
{
border-color: #420E46;
}
</style>