Shades of Mardi Gras #46013E
Tints of Mardi Gras #46013E
RGB
CMYK
RGB Variations
Color information
#46013E (or 0x46013E) is known color: Mardi Gras. HEX triplet: 46, 01 and 3E. RGB value is (70,1,62). Sum of RGB (Red+Green+Blue) = 70+1+62=133 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.63% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 62 (24.61% from 255 or 46.62% from 133); Max value from RGB is 70 - color contains mainly: red. Hex color #46013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46013E is #B9FEC1. Grayscale: #1C1C1C. Windows color (decimal): -12189378 or 4063558. OLE color: 4063558.
HSL color Cylindrical-coordinate representation of color #46013E: hue angle of 306.96º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46013E is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.73 |
| HSL | 306.96º | 0.97% | 0.14% | - |
| HSV(B) | 306.96º | 0.99% | 0.27% | - |
| XYZ | 3.41 | 1.67 | 4.7 | - |
| YUV | 28.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 62 | 0 | 0.99 | 0.11 | 0.73 | 306.96 | 0.97 | 0.14 |
| Hex | 46 | 1 | 3E | 0 | 63 | B | 49 | 133 | 61 | E |
| Octal | 106 | 1 | 76 | 0 | 143 | 13 | 111 | 463 | 141 | 16 |
| Binary | 1000110 | 1 | 111110 | 0 | 1100011 | 1011 | 1001001 | 100110011 | 1100001 | 1110 |
Color Harmonies of #46013E
Complementary color
Monochromatic Colors of #46013E
Black with #46013E
Text Example
Text Example
White with #46013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46013E; }
p { color: rgb(70,1,62); }
H1.HeaderClassName
{
color: #46013E;
}
.AnyTagClassName
{
color: #46013E;
}
</style>
background-color css
<style>
a { background-color: #46013E; }
a { background-color: rgb(70,1,62); }
div.DivClassName
{
background-color: #46013E;
}
.BgClassName
{
background-color: #46013E;
}
</style>
border-color css
<style>
span { border-color: #46013E; }
span { border-color: rgb(70,1,62); }
td.TdClassName
{
border-color: #46013E;
}
.TagClassName
{
border-color: #46013E;
}
</style>