Shades of Mardi Gras #460A47
Tints of Mardi Gras #460A47
RGB
CMYK
RGB Variations
Color information
#460A47 (or 0x460A47) is known color: Mardi Gras. HEX triplet: 46, 0A and 47. RGB value is (70,10,71). Sum of RGB (Red+Green+Blue) = 70+10+71=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #460A47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A47 is #B9F5B8. Grayscale: #222222. Windows color (decimal): -12187065 or 4655686. OLE color: 4655686.
HSL color Cylindrical-coordinate representation of color #460A47: hue angle of 299.02º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A47 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 10 | 71 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.72 |
| HSL | 299.02º | 0.75% | 0.16% | - |
| HSV(B) | 299.02º | 0.86% | 0.28% | - |
| XYZ | 3.77 | 1.97 | 6.14 | - |
| YUV | 34.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 71 | 0.01 | 0.86 | 0 | 0.72 | 299.02 | 0.75 | 0.16 |
| Hex | 46 | A | 47 | 1 | 56 | 0 | 48 | 12B | 4B | 10 |
| Octal | 106 | 12 | 107 | 1 | 126 | 0 | 110 | 453 | 113 | 20 |
| Binary | 1000110 | 1010 | 1000111 | 1 | 1010110 | 0 | 1001000 | 100101011 | 1001011 | 10000 |
Color Harmonies of #460A47
Complementary color
Monochromatic Colors of #460A47
Black with #460A47
Text Example
Text Example
White with #460A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A47; }
p { color: rgb(70,10,71); }
H1.HeaderClassName
{
color: #460A47;
}
.AnyTagClassName
{
color: #460A47;
}
</style>
background-color css
<style>
a { background-color: #460A47; }
a { background-color: rgb(70,10,71); }
div.DivClassName
{
background-color: #460A47;
}
.BgClassName
{
background-color: #460A47;
}
</style>
border-color css
<style>
span { border-color: #460A47; }
span { border-color: rgb(70,10,71); }
td.TdClassName
{
border-color: #460A47;
}
.TagClassName
{
border-color: #460A47;
}
</style>