Shades of Mardi Gras #420646
Tints of Mardi Gras #420646
RGB
CMYK
RGB Variations
Color information
#420646 (or 0x420646) is known color: Mardi Gras. HEX triplet: 42, 06 and 46. RGB value is (66,6,70). Sum of RGB (Red+Green+Blue) = 66+6+70=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #420646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420646 is #BDF9B9. Grayscale: #1F1F1F. Windows color (decimal): -12450234 or 4589122. OLE color: 4589122.
HSL color Cylindrical-coordinate representation of color #420646: hue angle of 296.25º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420646 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 6 | 70 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.73 |
| HSL | 296.25º | 0.84% | 0.15% | - |
| HSV(B) | 296.25º | 0.91% | 0.27% | - |
| XYZ | 3.42 | 1.73 | 5.95 | - |
| YUV | 31.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 70 | 0.06 | 0.91 | 0 | 0.73 | 296.25 | 0.84 | 0.15 |
| Hex | 42 | 6 | 46 | 6 | 5B | 0 | 49 | 128 | 54 | F |
| Octal | 102 | 6 | 106 | 6 | 133 | 0 | 111 | 450 | 124 | 17 |
| Binary | 1000010 | 110 | 1000110 | 110 | 1011011 | 0 | 1001001 | 100101000 | 1010100 | 1111 |
Color Harmonies of #420646
Complementary color
Monochromatic Colors of #420646
Black with #420646
Text Example
Text Example
White with #420646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420646; }
p { color: rgb(66,6,70); }
H1.HeaderClassName
{
color: #420646;
}
.AnyTagClassName
{
color: #420646;
}
</style>
background-color css
<style>
a { background-color: #420646; }
a { background-color: rgb(66,6,70); }
div.DivClassName
{
background-color: #420646;
}
.BgClassName
{
background-color: #420646;
}
</style>
border-color css
<style>
span { border-color: #420646; }
span { border-color: rgb(66,6,70); }
td.TdClassName
{
border-color: #420646;
}
.TagClassName
{
border-color: #420646;
}
</style>