Shades of Mardi Gras #460949
Tints of Mardi Gras #460949
RGB
CMYK
RGB Variations
Color information
#460949 (or 0x460949) is known color: Mardi Gras. HEX triplet: 46, 09 and 49. RGB value is (70,9,73). Sum of RGB (Red+Green+Blue) = 70+9+73=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #460949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460949 is #B9F6B6. Grayscale: #222222. Windows color (decimal): -12187319 or 4786502. OLE color: 4786502.
HSL color Cylindrical-coordinate representation of color #460949: hue angle of 297.19º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460949 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 9 | 73 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.71 |
| HSL | 297.19º | 0.78% | 0.16% | - |
| HSV(B) | 297.19º | 0.88% | 0.29% | - |
| XYZ | 3.83 | 1.98 | 6.48 | - |
| YUV | 34.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 73 | 0.04 | 0.88 | 0 | 0.71 | 297.19 | 0.78 | 0.16 |
| Hex | 46 | 9 | 49 | 4 | 58 | 0 | 47 | 129 | 4E | 10 |
| Octal | 106 | 11 | 111 | 4 | 130 | 0 | 107 | 451 | 116 | 20 |
| Binary | 1000110 | 1001 | 1001001 | 100 | 1011000 | 0 | 1000111 | 100101001 | 1001110 | 10000 |
Color Harmonies of #460949
Complementary color
Monochromatic Colors of #460949
Black with #460949
Text Example
Text Example
White with #460949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460949; }
p { color: rgb(70,9,73); }
H1.HeaderClassName
{
color: #460949;
}
.AnyTagClassName
{
color: #460949;
}
</style>
background-color css
<style>
a { background-color: #460949; }
a { background-color: rgb(70,9,73); }
div.DivClassName
{
background-color: #460949;
}
.BgClassName
{
background-color: #460949;
}
</style>
border-color css
<style>
span { border-color: #460949; }
span { border-color: rgb(70,9,73); }
td.TdClassName
{
border-color: #460949;
}
.TagClassName
{
border-color: #460949;
}
</style>