Shades of Mardi Gras #460D44
Tints of Mardi Gras #460D44
RGB
CMYK
RGB Variations
Color information
#460D44 (or 0x460D44) is known color: Mardi Gras. HEX triplet: 46, 0D and 44. RGB value is (70,13,68). Sum of RGB (Red+Green+Blue) = 70+13+68=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #460D44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D44 is #B9F2BB. Grayscale: #242424. Windows color (decimal): -12186300 or 4459846. OLE color: 4459846.
HSL color Cylindrical-coordinate representation of color #460D44: hue angle of 302.11º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #460D44 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 13 | 68 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.73 |
| HSL | 302.11º | 0.69% | 0.16% | - |
| HSV(B) | 302.11º | 0.81% | 0.27% | - |
| XYZ | 3.71 | 2.01 | 5.66 | - |
| YUV | 36.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 68 | 0 | 0.81 | 0.03 | 0.73 | 302.11 | 0.69 | 0.16 |
| Hex | 46 | D | 44 | 0 | 51 | 3 | 49 | 12E | 45 | 10 |
| Octal | 106 | 15 | 104 | 0 | 121 | 3 | 111 | 456 | 105 | 20 |
| Binary | 1000110 | 1101 | 1000100 | 0 | 1010001 | 11 | 1001001 | 100101110 | 1000101 | 10000 |
Color Harmonies of #460D44
Complementary color
Monochromatic Colors of #460D44
Black with #460D44
Text Example
Text Example
White with #460D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D44; }
p { color: rgb(70,13,68); }
H1.HeaderClassName
{
color: #460D44;
}
.AnyTagClassName
{
color: #460D44;
}
</style>
background-color css
<style>
a { background-color: #460D44; }
a { background-color: rgb(70,13,68); }
div.DivClassName
{
background-color: #460D44;
}
.BgClassName
{
background-color: #460D44;
}
</style>
border-color css
<style>
span { border-color: #460D44; }
span { border-color: rgb(70,13,68); }
td.TdClassName
{
border-color: #460D44;
}
.TagClassName
{
border-color: #460D44;
}
</style>