Shades of Mardi Gras #46003E
Tints of Mardi Gras #46003E
RGB
CMYK
RGB Variations
Color information
#46003E (or 0x46003E) is known color: Mardi Gras. HEX triplet: 46, 00 and 3E. RGB value is (70,0,62). Sum of RGB (Red+Green+Blue) = 70+0+62=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #46003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46003E is #B9FFC1. Grayscale: #1B1B1B. Windows color (decimal): -12189634 or 4063302. OLE color: 4063302.
HSL color Cylindrical-coordinate representation of color #46003E: hue angle of 306.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46003E is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.11 | 0.73 |
| HSL | 306.86º | 1% | 0.14% | - |
| HSV(B) | 306.86º | 1% | 0.27% | - |
| XYZ | 3.4 | 1.65 | 4.7 | - |
| YUV | 28 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 62 | 0 | 1 | 0.11 | 0.73 | 306.86 | 1 | 0.14 |
| Hex | 46 | 0 | 3E | 0 | 64 | B | 49 | 133 | 64 | E |
| Octal | 106 | 0 | 76 | 0 | 144 | 13 | 111 | 463 | 144 | 16 |
| Binary | 1000110 | 0 | 111110 | 0 | 1100100 | 1011 | 1001001 | 100110011 | 1100100 | 1110 |
Color Harmonies of #46003E
Complementary color
Monochromatic Colors of #46003E
Black with #46003E
Text Example
Text Example
White with #46003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46003E; }
p { color: rgb(70,0,62); }
H1.HeaderClassName
{
color: #46003E;
}
.AnyTagClassName
{
color: #46003E;
}
</style>
background-color css
<style>
a { background-color: #46003E; }
a { background-color: rgb(70,0,62); }
div.DivClassName
{
background-color: #46003E;
}
.BgClassName
{
background-color: #46003E;
}
</style>
border-color css
<style>
span { border-color: #46003E; }
span { border-color: rgb(70,0,62); }
td.TdClassName
{
border-color: #46003E;
}
.TagClassName
{
border-color: #46003E;
}
</style>