Shades of Mardi Gras #460244
Tints of Mardi Gras #460244
RGB
CMYK
RGB Variations
Color information
#460244 (or 0x460244) is known color: Mardi Gras. HEX triplet: 46, 02 and 44. RGB value is (70,2,68). Sum of RGB (Red+Green+Blue) = 70+2+68=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #460244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460244 is #B9FDBB. Grayscale: #1D1D1D. Windows color (decimal): -12189116 or 4457030. OLE color: 4457030.
HSL color Cylindrical-coordinate representation of color #460244: hue angle of 301.76º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460244 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 68 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.73 |
| HSL | 301.76º | 0.94% | 0.14% | - |
| HSV(B) | 301.76º | 0.97% | 0.27% | - |
| XYZ | 3.59 | 1.76 | 5.62 | - |
| YUV | 29.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 68 | 0 | 0.97 | 0.03 | 0.73 | 301.76 | 0.94 | 0.14 |
| Hex | 46 | 2 | 44 | 0 | 61 | 3 | 49 | 12E | 5E | E |
| Octal | 106 | 2 | 104 | 0 | 141 | 3 | 111 | 456 | 136 | 16 |
| Binary | 1000110 | 10 | 1000100 | 0 | 1100001 | 11 | 1001001 | 100101110 | 1011110 | 1110 |
Color Harmonies of #460244
Complementary color
Monochromatic Colors of #460244
Black with #460244
Text Example
Text Example
White with #460244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460244; }
p { color: rgb(70,2,68); }
H1.HeaderClassName
{
color: #460244;
}
.AnyTagClassName
{
color: #460244;
}
</style>
background-color css
<style>
a { background-color: #460244; }
a { background-color: rgb(70,2,68); }
div.DivClassName
{
background-color: #460244;
}
.BgClassName
{
background-color: #460244;
}
</style>
border-color css
<style>
span { border-color: #460244; }
span { border-color: rgb(70,2,68); }
td.TdClassName
{
border-color: #460244;
}
.TagClassName
{
border-color: #460244;
}
</style>