Shades of Mardi Gras #460D48
Tints of Mardi Gras #460D48
RGB
CMYK
RGB Variations
Color information
#460D48 (or 0x460D48) is known color: Mardi Gras. HEX triplet: 46, 0D and 48. RGB value is (70,13,72). Sum of RGB (Red+Green+Blue) = 70+13+72=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #460D48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D48 is #B9F2B7. Grayscale: #242424. Windows color (decimal): -12186296 or 4721990. OLE color: 4721990.
HSL color Cylindrical-coordinate representation of color #460D48: hue angle of 297.97º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #460D48 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 13 | 72 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.72 |
| HSL | 297.97º | 0.69% | 0.17% | - |
| HSV(B) | 297.97º | 0.82% | 0.28% | - |
| XYZ | 3.84 | 2.06 | 6.33 | - |
| YUV | 36.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 72 | 0.03 | 0.82 | 0 | 0.72 | 297.97 | 0.69 | 0.17 |
| Hex | 46 | D | 48 | 3 | 52 | 0 | 48 | 12A | 45 | 11 |
| Octal | 106 | 15 | 110 | 3 | 122 | 0 | 110 | 452 | 105 | 21 |
| Binary | 1000110 | 1101 | 1001000 | 11 | 1010010 | 0 | 1001000 | 100101010 | 1000101 | 10001 |
Color Harmonies of #460D48
Complementary color
Monochromatic Colors of #460D48
Black with #460D48
Text Example
Text Example
White with #460D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D48; }
p { color: rgb(70,13,72); }
H1.HeaderClassName
{
color: #460D48;
}
.AnyTagClassName
{
color: #460D48;
}
</style>
background-color css
<style>
a { background-color: #460D48; }
a { background-color: rgb(70,13,72); }
div.DivClassName
{
background-color: #460D48;
}
.BgClassName
{
background-color: #460D48;
}
</style>
border-color css
<style>
span { border-color: #460D48; }
span { border-color: rgb(70,13,72); }
td.TdClassName
{
border-color: #460D48;
}
.TagClassName
{
border-color: #460D48;
}
</style>