Shades of Mardi Gras #460B49
Tints of Mardi Gras #460B49
RGB
CMYK
RGB Variations
Color information
#460B49 (or 0x460B49) is known color: Mardi Gras. HEX triplet: 46, 0B and 49. RGB value is (70,11,73). Sum of RGB (Red+Green+Blue) = 70+11+73=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #460B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B49 is #B9F4B6. Grayscale: #232323. Windows color (decimal): -12186807 or 4787014. OLE color: 4787014.
HSL color Cylindrical-coordinate representation of color #460B49: hue angle of 297.1º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #460B49 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 11 | 73 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.71 |
| HSL | 297.1º | 0.74% | 0.16% | - |
| HSV(B) | 297.1º | 0.85% | 0.29% | - |
| XYZ | 3.85 | 2.02 | 6.49 | - |
| YUV | 35.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 73 | 0.04 | 0.85 | 0 | 0.71 | 297.1 | 0.74 | 0.16 |
| Hex | 46 | B | 49 | 4 | 55 | 0 | 47 | 129 | 4A | 10 |
| Octal | 106 | 13 | 111 | 4 | 125 | 0 | 107 | 451 | 112 | 20 |
| Binary | 1000110 | 1011 | 1001001 | 100 | 1010101 | 0 | 1000111 | 100101001 | 1001010 | 10000 |
Color Harmonies of #460B49
Complementary color
Monochromatic Colors of #460B49
Black with #460B49
Text Example
Text Example
White with #460B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B49; }
p { color: rgb(70,11,73); }
H1.HeaderClassName
{
color: #460B49;
}
.AnyTagClassName
{
color: #460B49;
}
</style>
background-color css
<style>
a { background-color: #460B49; }
a { background-color: rgb(70,11,73); }
div.DivClassName
{
background-color: #460B49;
}
.BgClassName
{
background-color: #460B49;
}
</style>
border-color css
<style>
span { border-color: #460B49; }
span { border-color: rgb(70,11,73); }
td.TdClassName
{
border-color: #460B49;
}
.TagClassName
{
border-color: #460B49;
}
</style>