Shades of Mardi Gras #460F46
Tints of Mardi Gras #460F46
RGB
CMYK
RGB Variations
Color information
#460F46 (or 0x460F46) is known color: Mardi Gras. HEX triplet: 46, 0F and 46. RGB value is (70,15,70). Sum of RGB (Red+Green+Blue) = 70+15+70=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #460F46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F46 is #B9F0B9. Grayscale: #252525. Windows color (decimal): -12185786 or 4591430. OLE color: 4591430.
HSL color Cylindrical-coordinate representation of color #460F46: hue angle of 300º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F46 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 70 | - |
| CMYK | 0 | 0.79 | 0 | 0.73 |
| HSL | 300º | 0.65% | 0.17% | - |
| HSV(B) | 300º | 0.79% | 0.27% | - |
| XYZ | 3.8 | 2.09 | 6 | - |
| YUV | 37.72 | 146.22 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 70 | 0 | 0.79 | 0 | 0.73 | 300 | 0.65 | 0.17 |
| Hex | 46 | F | 46 | 0 | 4F | 0 | 49 | 12C | 41 | 11 |
| Octal | 106 | 17 | 106 | 0 | 117 | 0 | 111 | 454 | 101 | 21 |
| Binary | 1000110 | 1111 | 1000110 | 0 | 1001111 | 0 | 1001001 | 100101100 | 1000001 | 10001 |
Color Harmonies of #460F46
Complementary color
Monochromatic Colors of #460F46
Black with #460F46
Text Example
Text Example
White with #460F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F46; }
p { color: rgb(70,15,70); }
H1.HeaderClassName
{
color: #460F46;
}
.AnyTagClassName
{
color: #460F46;
}
</style>
background-color css
<style>
a { background-color: #460F46; }
a { background-color: rgb(70,15,70); }
div.DivClassName
{
background-color: #460F46;
}
.BgClassName
{
background-color: #460F46;
}
</style>
border-color css
<style>
span { border-color: #460F46; }
span { border-color: rgb(70,15,70); }
td.TdClassName
{
border-color: #460F46;
}
.TagClassName
{
border-color: #460F46;
}
</style>