Shades of Mardi Gras #460B42
Tints of Mardi Gras #460B42
RGB
CMYK
RGB Variations
Color information
#460B42 (or 0x460B42) is known color: Mardi Gras. HEX triplet: 46, 0B and 42. RGB value is (70,11,66). Sum of RGB (Red+Green+Blue) = 70+11+66=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #460B42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B42 is #B9F4BD. Grayscale: #222222. Windows color (decimal): -12186814 or 4328262. OLE color: 4328262.
HSL color Cylindrical-coordinate representation of color #460B42: hue angle of 304.07º 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 #460B42 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 66 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.73 |
| HSL | 304.07º | 0.73% | 0.16% | - |
| HSV(B) | 304.07º | 0.84% | 0.27% | - |
| XYZ | 3.63 | 1.93 | 5.34 | - |
| YUV | 34.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 66 | 0 | 0.84 | 0.06 | 0.73 | 304.07 | 0.73 | 0.16 |
| Hex | 46 | B | 42 | 0 | 54 | 6 | 49 | 130 | 49 | 10 |
| Octal | 106 | 13 | 102 | 0 | 124 | 6 | 111 | 460 | 111 | 20 |
| Binary | 1000110 | 1011 | 1000010 | 0 | 1010100 | 110 | 1001001 | 100110000 | 1001001 | 10000 |
Color Harmonies of #460B42
Complementary color
Monochromatic Colors of #460B42
Black with #460B42
Text Example
Text Example
White with #460B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B42; }
p { color: rgb(70,11,66); }
H1.HeaderClassName
{
color: #460B42;
}
.AnyTagClassName
{
color: #460B42;
}
</style>
background-color css
<style>
a { background-color: #460B42; }
a { background-color: rgb(70,11,66); }
div.DivClassName
{
background-color: #460B42;
}
.BgClassName
{
background-color: #460B42;
}
</style>
border-color css
<style>
span { border-color: #460B42; }
span { border-color: rgb(70,11,66); }
td.TdClassName
{
border-color: #460B42;
}
.TagClassName
{
border-color: #460B42;
}
</style>