Shades of Mardi Gras #460444
Tints of Mardi Gras #460444
RGB
CMYK
RGB Variations
Color information
#460444 (or 0x460444) is known color: Mardi Gras. HEX triplet: 46, 04 and 44. RGB value is (70,4,68). Sum of RGB (Red+Green+Blue) = 70+4+68=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #460444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460444 is #B9FBBB. Grayscale: #1E1E1E. Windows color (decimal): -12188604 or 4457542. OLE color: 4457542.
HSL color Cylindrical-coordinate representation of color #460444: hue angle of 301.82º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460444 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 4 | 68 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.73 |
| HSL | 301.82º | 0.89% | 0.15% | - |
| HSV(B) | 301.82º | 0.94% | 0.27% | - |
| XYZ | 3.61 | 1.81 | 5.63 | - |
| YUV | 31.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 68 | 0 | 0.94 | 0.03 | 0.73 | 301.82 | 0.89 | 0.15 |
| Hex | 46 | 4 | 44 | 0 | 5E | 3 | 49 | 12E | 59 | F |
| Octal | 106 | 4 | 104 | 0 | 136 | 3 | 111 | 456 | 131 | 17 |
| Binary | 1000110 | 100 | 1000100 | 0 | 1011110 | 11 | 1001001 | 100101110 | 1011001 | 1111 |
Color Harmonies of #460444
Complementary color
Monochromatic Colors of #460444
Black with #460444
Text Example
Text Example
White with #460444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460444; }
p { color: rgb(70,4,68); }
H1.HeaderClassName
{
color: #460444;
}
.AnyTagClassName
{
color: #460444;
}
</style>
background-color css
<style>
a { background-color: #460444; }
a { background-color: rgb(70,4,68); }
div.DivClassName
{
background-color: #460444;
}
.BgClassName
{
background-color: #460444;
}
</style>
border-color css
<style>
span { border-color: #460444; }
span { border-color: rgb(70,4,68); }
td.TdClassName
{
border-color: #460444;
}
.TagClassName
{
border-color: #460444;
}
</style>