Shades of Mardi Gras #460D49
Tints of Mardi Gras #460D49
RGB
CMYK
RGB Variations
Color information
#460D49 (or 0x460D49) is known color: Mardi Gras. HEX triplet: 46, 0D and 49. RGB value is (70,13,73). Sum of RGB (Red+Green+Blue) = 70+13+73=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #460D49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D49 is #B9F2B6. Grayscale: #242424. Windows color (decimal): -12186295 or 4787526. OLE color: 4787526.
HSL color Cylindrical-coordinate representation of color #460D49: hue angle of 297º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #460D49 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 13 | 73 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.71 |
| HSL | 297º | 0.7% | 0.17% | - |
| HSV(B) | 297º | 0.82% | 0.29% | - |
| XYZ | 3.87 | 2.07 | 6.5 | - |
| YUV | 36.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 73 | 0.04 | 0.82 | 0 | 0.71 | 297 | 0.7 | 0.17 |
| Hex | 46 | D | 49 | 4 | 52 | 0 | 47 | 129 | 46 | 11 |
| Octal | 106 | 15 | 111 | 4 | 122 | 0 | 107 | 451 | 106 | 21 |
| Binary | 1000110 | 1101 | 1001001 | 100 | 1010010 | 0 | 1000111 | 100101001 | 1000110 | 10001 |
Color Harmonies of #460D49
Complementary color
Monochromatic Colors of #460D49
Black with #460D49
Text Example
Text Example
White with #460D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D49; }
p { color: rgb(70,13,73); }
H1.HeaderClassName
{
color: #460D49;
}
.AnyTagClassName
{
color: #460D49;
}
</style>
background-color css
<style>
a { background-color: #460D49; }
a { background-color: rgb(70,13,73); }
div.DivClassName
{
background-color: #460D49;
}
.BgClassName
{
background-color: #460D49;
}
</style>
border-color css
<style>
span { border-color: #460D49; }
span { border-color: rgb(70,13,73); }
td.TdClassName
{
border-color: #460D49;
}
.TagClassName
{
border-color: #460D49;
}
</style>