Shades of Mardi Gras #460249
Tints of Mardi Gras #460249
RGB
CMYK
RGB Variations
Color information
#460249 (or 0x460249) is known color: Mardi Gras. HEX triplet: 46, 02 and 49. RGB value is (70,2,73). Sum of RGB (Red+Green+Blue) = 70+2+73=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #460249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460249 is #B9FDB6. Grayscale: #1E1E1E. Windows color (decimal): -12189111 or 4784710. OLE color: 4784710.
HSL color Cylindrical-coordinate representation of color #460249: hue angle of 297.46º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460249 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 2 | 73 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.71 |
| HSL | 297.46º | 0.95% | 0.15% | - |
| HSV(B) | 297.46º | 0.97% | 0.29% | - |
| XYZ | 3.75 | 1.83 | 6.46 | - |
| YUV | 30.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 73 | 0.04 | 0.97 | 0 | 0.71 | 297.46 | 0.95 | 0.15 |
| Hex | 46 | 2 | 49 | 4 | 61 | 0 | 47 | 129 | 5F | F |
| Octal | 106 | 2 | 111 | 4 | 141 | 0 | 107 | 451 | 137 | 17 |
| Binary | 1000110 | 10 | 1001001 | 100 | 1100001 | 0 | 1000111 | 100101001 | 1011111 | 1111 |
Color Harmonies of #460249
Complementary color
Monochromatic Colors of #460249
Black with #460249
Text Example
Text Example
White with #460249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460249; }
p { color: rgb(70,2,73); }
H1.HeaderClassName
{
color: #460249;
}
.AnyTagClassName
{
color: #460249;
}
</style>
background-color css
<style>
a { background-color: #460249; }
a { background-color: rgb(70,2,73); }
div.DivClassName
{
background-color: #460249;
}
.BgClassName
{
background-color: #460249;
}
</style>
border-color css
<style>
span { border-color: #460249; }
span { border-color: rgb(70,2,73); }
td.TdClassName
{
border-color: #460249;
}
.TagClassName
{
border-color: #460249;
}
</style>