Shades of Mardi Gras #46023E
Tints of Mardi Gras #46023E
RGB
CMYK
RGB Variations
Color information
#46023E (or 0x46023E) is known color: Mardi Gras. HEX triplet: 46, 02 and 3E. RGB value is (70,2,62). Sum of RGB (Red+Green+Blue) = 70+2+62=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #46023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46023E is #B9FDC1. Grayscale: #1D1D1D. Windows color (decimal): -12189122 or 4063814. OLE color: 4063814.
HSL color Cylindrical-coordinate representation of color #46023E: hue angle of 307.06º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46023E is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 2 | 62 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.73 |
| HSL | 307.06º | 0.94% | 0.14% | - |
| HSV(B) | 307.06º | 0.97% | 0.27% | - |
| XYZ | 3.42 | 1.69 | 4.7 | - |
| YUV | 29.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 62 | 0 | 0.97 | 0.11 | 0.73 | 307.06 | 0.94 | 0.14 |
| Hex | 46 | 2 | 3E | 0 | 61 | B | 49 | 133 | 5E | E |
| Octal | 106 | 2 | 76 | 0 | 141 | 13 | 111 | 463 | 136 | 16 |
| Binary | 1000110 | 10 | 111110 | 0 | 1100001 | 1011 | 1001001 | 100110011 | 1011110 | 1110 |
Color Harmonies of #46023E
Complementary color
Monochromatic Colors of #46023E
Black with #46023E
Text Example
Text Example
White with #46023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46023E; }
p { color: rgb(70,2,62); }
H1.HeaderClassName
{
color: #46023E;
}
.AnyTagClassName
{
color: #46023E;
}
</style>
background-color css
<style>
a { background-color: #46023E; }
a { background-color: rgb(70,2,62); }
div.DivClassName
{
background-color: #46023E;
}
.BgClassName
{
background-color: #46023E;
}
</style>
border-color css
<style>
span { border-color: #46023E; }
span { border-color: rgb(70,2,62); }
td.TdClassName
{
border-color: #46023E;
}
.TagClassName
{
border-color: #46023E;
}
</style>