Shades of Mardi Gras #460A49
Tints of Mardi Gras #460A49
RGB
CMYK
RGB Variations
Color information
#460A49 (or 0x460A49) is known color: Mardi Gras. HEX triplet: 46, 0A and 49. RGB value is (70,10,73). Sum of RGB (Red+Green+Blue) = 70+10+73=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #460A49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A49 is #B9F5B6. Grayscale: #222222. Windows color (decimal): -12187063 or 4786758. OLE color: 4786758.
HSL color Cylindrical-coordinate representation of color #460A49: hue angle of 297.14º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A49 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 10 | 73 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.71 |
| HSL | 297.14º | 0.76% | 0.16% | - |
| HSV(B) | 297.14º | 0.86% | 0.29% | - |
| XYZ | 3.84 | 2 | 6.49 | - |
| YUV | 35.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 73 | 0.04 | 0.86 | 0 | 0.71 | 297.14 | 0.76 | 0.16 |
| Hex | 46 | A | 49 | 4 | 56 | 0 | 47 | 129 | 4C | 10 |
| Octal | 106 | 12 | 111 | 4 | 126 | 0 | 107 | 451 | 114 | 20 |
| Binary | 1000110 | 1010 | 1001001 | 100 | 1010110 | 0 | 1000111 | 100101001 | 1001100 | 10000 |
Color Harmonies of #460A49
Complementary color
Monochromatic Colors of #460A49
Black with #460A49
Text Example
Text Example
White with #460A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A49; }
p { color: rgb(70,10,73); }
H1.HeaderClassName
{
color: #460A49;
}
.AnyTagClassName
{
color: #460A49;
}
</style>
background-color css
<style>
a { background-color: #460A49; }
a { background-color: rgb(70,10,73); }
div.DivClassName
{
background-color: #460A49;
}
.BgClassName
{
background-color: #460A49;
}
</style>
border-color css
<style>
span { border-color: #460A49; }
span { border-color: rgb(70,10,73); }
td.TdClassName
{
border-color: #460A49;
}
.TagClassName
{
border-color: #460A49;
}
</style>