Shades of Mardi Gras #460A44
Tints of Mardi Gras #460A44
RGB
CMYK
RGB Variations
Color information
#460A44 (or 0x460A44) is known color: Mardi Gras. HEX triplet: 46, 0A and 44. RGB value is (70,10,68). Sum of RGB (Red+Green+Blue) = 70+10+68=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #460A44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A44 is #B9F5BB. Grayscale: #222222. Windows color (decimal): -12187068 or 4459078. OLE color: 4459078.
HSL color Cylindrical-coordinate representation of color #460A44: hue angle of 302º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460A44 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 10 | 68 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.73 |
| HSL | 302º | 0.75% | 0.16% | - |
| HSV(B) | 302º | 0.86% | 0.27% | - |
| XYZ | 3.68 | 1.94 | 5.65 | - |
| YUV | 34.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 68 | 0 | 0.86 | 0.03 | 0.73 | 302 | 0.75 | 0.16 |
| Hex | 46 | A | 44 | 0 | 56 | 3 | 49 | 12E | 4B | 10 |
| Octal | 106 | 12 | 104 | 0 | 126 | 3 | 111 | 456 | 113 | 20 |
| Binary | 1000110 | 1010 | 1000100 | 0 | 1010110 | 11 | 1001001 | 100101110 | 1001011 | 10000 |
Color Harmonies of #460A44
Complementary color
Monochromatic Colors of #460A44
Black with #460A44
Text Example
Text Example
White with #460A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A44; }
p { color: rgb(70,10,68); }
H1.HeaderClassName
{
color: #460A44;
}
.AnyTagClassName
{
color: #460A44;
}
</style>
background-color css
<style>
a { background-color: #460A44; }
a { background-color: rgb(70,10,68); }
div.DivClassName
{
background-color: #460A44;
}
.BgClassName
{
background-color: #460A44;
}
</style>
border-color css
<style>
span { border-color: #460A44; }
span { border-color: rgb(70,10,68); }
td.TdClassName
{
border-color: #460A44;
}
.TagClassName
{
border-color: #460A44;
}
</style>