Shades of Mardi Gras #460F4A
Tints of Mardi Gras #460F4A
RGB
CMYK
RGB Variations
Color information
#460F4A (or 0x460F4A) is known color: Mardi Gras. HEX triplet: 46, 0F and 4A. RGB value is (70,15,74). Sum of RGB (Red+Green+Blue) = 70+15+74=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 74 - color contains mainly: blue. Hex color #460F4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F4A is #B9F0B5. Grayscale: #252525. Windows color (decimal): -12185782 or 4853574. OLE color: 4853574.
HSL color Cylindrical-coordinate representation of color #460F4A: hue angle of 295.93º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #460F4A is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 15 | 74 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.71 |
| HSL | 295.93º | 0.66% | 0.17% | - |
| HSV(B) | 295.93º | 0.8% | 0.29% | - |
| XYZ | 3.93 | 2.14 | 6.68 | - |
| YUV | 38.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 74 | 0.05 | 0.80 | 0 | 0.71 | 295.93 | 0.66 | 0.17 |
| Hex | 46 | F | 4A | 5 | 50 | 0 | 47 | 128 | 42 | 11 |
| Octal | 106 | 17 | 112 | 5 | 120 | 0 | 107 | 450 | 102 | 21 |
| Binary | 1000110 | 1111 | 1001010 | 101 | 1010000 | 0 | 1000111 | 100101000 | 1000010 | 10001 |
Color Harmonies of #460F4A
Complementary color
Monochromatic Colors of #460F4A
Black with #460F4A
Text Example
Text Example
White with #460F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F4A; }
p { color: rgb(70,15,74); }
H1.HeaderClassName
{
color: #460F4A;
}
.AnyTagClassName
{
color: #460F4A;
}
</style>
background-color css
<style>
a { background-color: #460F4A; }
a { background-color: rgb(70,15,74); }
div.DivClassName
{
background-color: #460F4A;
}
.BgClassName
{
background-color: #460F4A;
}
</style>
border-color css
<style>
span { border-color: #460F4A; }
span { border-color: rgb(70,15,74); }
td.TdClassName
{
border-color: #460F4A;
}
.TagClassName
{
border-color: #460F4A;
}
</style>