Shades of Mardi Gras #460B41
Tints of Mardi Gras #460B41
RGB
CMYK
RGB Variations
Color information
#460B41 (or 0x460B41) is known color: Mardi Gras. HEX triplet: 46, 0B and 41. RGB value is (70,11,65). Sum of RGB (Red+Green+Blue) = 70+11+65=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #460B41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B41 is #B9F4BE. Grayscale: #222222. Windows color (decimal): -12186815 or 4262726. OLE color: 4262726.
HSL color Cylindrical-coordinate representation of color #460B41: hue angle of 305.08º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460B41 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 65 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.73 |
| HSL | 305.08º | 0.73% | 0.16% | - |
| HSV(B) | 305.08º | 0.84% | 0.27% | - |
| XYZ | 3.6 | 1.92 | 5.18 | - |
| YUV | 34.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 65 | 0 | 0.84 | 0.07 | 0.73 | 305.08 | 0.73 | 0.16 |
| Hex | 46 | B | 41 | 0 | 54 | 7 | 49 | 131 | 49 | 10 |
| Octal | 106 | 13 | 101 | 0 | 124 | 7 | 111 | 461 | 111 | 20 |
| Binary | 1000110 | 1011 | 1000001 | 0 | 1010100 | 111 | 1001001 | 100110001 | 1001001 | 10000 |
Color Harmonies of #460B41
Complementary color
Monochromatic Colors of #460B41
Black with #460B41
Text Example
Text Example
White with #460B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B41; }
p { color: rgb(70,11,65); }
H1.HeaderClassName
{
color: #460B41;
}
.AnyTagClassName
{
color: #460B41;
}
</style>
background-color css
<style>
a { background-color: #460B41; }
a { background-color: rgb(70,11,65); }
div.DivClassName
{
background-color: #460B41;
}
.BgClassName
{
background-color: #460B41;
}
</style>
border-color css
<style>
span { border-color: #460B41; }
span { border-color: rgb(70,11,65); }
td.TdClassName
{
border-color: #460B41;
}
.TagClassName
{
border-color: #460B41;
}
</style>