Shades of Mardi Gras #460A42
Tints of Mardi Gras #460A42
RGB
CMYK
RGB Variations
Color information
#460A42 (or 0x460A42) is known color: Mardi Gras. HEX triplet: 46, 0A and 42. RGB value is (70,10,66). Sum of RGB (Red+Green+Blue) = 70+10+66=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 66 (26.17% from 255 or 45.21% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #460A42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A42 is #B9F5BD. Grayscale: #222222. Windows color (decimal): -12187070 or 4328006. OLE color: 4328006.
HSL color Cylindrical-coordinate representation of color #460A42: hue angle of 304º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A42 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 10 | 66 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.73 |
| HSL | 304º | 0.75% | 0.16% | - |
| HSV(B) | 304º | 0.86% | 0.27% | - |
| XYZ | 3.62 | 1.91 | 5.33 | - |
| YUV | 34.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 66 | 0 | 0.86 | 0.06 | 0.73 | 304 | 0.75 | 0.16 |
| Hex | 46 | A | 42 | 0 | 56 | 6 | 49 | 130 | 4B | 10 |
| Octal | 106 | 12 | 102 | 0 | 126 | 6 | 111 | 460 | 113 | 20 |
| Binary | 1000110 | 1010 | 1000010 | 0 | 1010110 | 110 | 1001001 | 100110000 | 1001011 | 10000 |
Color Harmonies of #460A42
Complementary color
Monochromatic Colors of #460A42
Black with #460A42
Text Example
Text Example
White with #460A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A42; }
p { color: rgb(70,10,66); }
H1.HeaderClassName
{
color: #460A42;
}
.AnyTagClassName
{
color: #460A42;
}
</style>
background-color css
<style>
a { background-color: #460A42; }
a { background-color: rgb(70,10,66); }
div.DivClassName
{
background-color: #460A42;
}
.BgClassName
{
background-color: #460A42;
}
</style>
border-color css
<style>
span { border-color: #460A42; }
span { border-color: rgb(70,10,66); }
td.TdClassName
{
border-color: #460A42;
}
.TagClassName
{
border-color: #460A42;
}
</style>