Shades of Mardi Gras #46053E
Tints of Mardi Gras #46053E
RGB
CMYK
RGB Variations
Color information
#46053E (or 0x46053E) is known color: Mardi Gras. HEX triplet: 46, 05 and 3E. RGB value is (70,5,62). Sum of RGB (Red+Green+Blue) = 70+5+62=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46053E is #B9FAC1. Grayscale: #1E1E1E. Windows color (decimal): -12188354 or 4064582. OLE color: 4064582.
HSL color Cylindrical-coordinate representation of color #46053E: hue angle of 307.38º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46053E is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 5 | 62 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.73 |
| HSL | 307.38º | 0.87% | 0.15% | - |
| HSV(B) | 307.38º | 0.93% | 0.27% | - |
| XYZ | 3.45 | 1.76 | 4.72 | - |
| YUV | 30.93 | 145.53 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 62 | 0 | 0.93 | 0.11 | 0.73 | 307.38 | 0.87 | 0.15 |
| Hex | 46 | 5 | 3E | 0 | 5D | B | 49 | 133 | 57 | F |
| Octal | 106 | 5 | 76 | 0 | 135 | 13 | 111 | 463 | 127 | 17 |
| Binary | 1000110 | 101 | 111110 | 0 | 1011101 | 1011 | 1001001 | 100110011 | 1010111 | 1111 |
Color Harmonies of #46053E
Complementary color
Monochromatic Colors of #46053E
Black with #46053E
Text Example
Text Example
White with #46053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46053E; }
p { color: rgb(70,5,62); }
H1.HeaderClassName
{
color: #46053E;
}
.AnyTagClassName
{
color: #46053E;
}
</style>
background-color css
<style>
a { background-color: #46053E; }
a { background-color: rgb(70,5,62); }
div.DivClassName
{
background-color: #46053E;
}
.BgClassName
{
background-color: #46053E;
}
</style>
border-color css
<style>
span { border-color: #46053E; }
span { border-color: rgb(70,5,62); }
td.TdClassName
{
border-color: #46053E;
}
.TagClassName
{
border-color: #46053E;
}
</style>