Shades of Mardi Gras #460E4A
Tints of Mardi Gras #460E4A
RGB
CMYK
RGB Variations
Color information
#460E4A (or 0x460E4A) is known color: Mardi Gras. HEX triplet: 46, 0E and 4A. RGB value is (70,14,74). Sum of RGB (Red+Green+Blue) = 70+14+74=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 74 - color contains mainly: blue. Hex color #460E4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460E4A is #B9F1B5. Grayscale: #252525. Windows color (decimal): -12186038 or 4853318. OLE color: 4853318.
HSL color Cylindrical-coordinate representation of color #460E4A: hue angle of 296º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #460E4A is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 14 | 74 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.71 |
| HSL | 296º | 0.68% | 0.17% | - |
| HSV(B) | 296º | 0.81% | 0.29% | - |
| XYZ | 3.92 | 2.11 | 6.68 | - |
| YUV | 37.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 74 | 0.05 | 0.81 | 0 | 0.71 | 296 | 0.68 | 0.17 |
| Hex | 46 | E | 4A | 5 | 51 | 0 | 47 | 128 | 44 | 11 |
| Octal | 106 | 16 | 112 | 5 | 121 | 0 | 107 | 450 | 104 | 21 |
| Binary | 1000110 | 1110 | 1001010 | 101 | 1010001 | 0 | 1000111 | 100101000 | 1000100 | 10001 |
Color Harmonies of #460E4A
Complementary color
Monochromatic Colors of #460E4A
Black with #460E4A
Text Example
Text Example
White with #460E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E4A; }
p { color: rgb(70,14,74); }
H1.HeaderClassName
{
color: #460E4A;
}
.AnyTagClassName
{
color: #460E4A;
}
</style>
background-color css
<style>
a { background-color: #460E4A; }
a { background-color: rgb(70,14,74); }
div.DivClassName
{
background-color: #460E4A;
}
.BgClassName
{
background-color: #460E4A;
}
</style>
border-color css
<style>
span { border-color: #460E4A; }
span { border-color: rgb(70,14,74); }
td.TdClassName
{
border-color: #460E4A;
}
.TagClassName
{
border-color: #460E4A;
}
</style>