Shades of Mardi Gras #46034D
Tints of Mardi Gras #46034D
RGB
CMYK
RGB Variations
Color information
#46034D (or 0x46034D) is known color: Mardi Gras. HEX triplet: 46, 03 and 4D. RGB value is (70,3,77). Sum of RGB (Red+Green+Blue) = 70+3+77=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #46034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46034D is #B9FCB2. Grayscale: #1F1F1F. Windows color (decimal): -12188851 or 5047110. OLE color: 5047110.
HSL color Cylindrical-coordinate representation of color #46034D: hue angle of 294.32º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46034D is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 3 | 77 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.70 |
| HSL | 294.32º | 0.93% | 0.16% | - |
| HSV(B) | 294.32º | 0.96% | 0.3% | - |
| XYZ | 3.9 | 1.9 | 7.18 | - |
| YUV | 31.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 77 | 0.09 | 0.96 | 0 | 0.70 | 294.32 | 0.93 | 0.16 |
| Hex | 46 | 3 | 4D | 9 | 60 | 0 | 46 | 126 | 5C | 10 |
| Octal | 106 | 3 | 115 | 11 | 140 | 0 | 106 | 446 | 134 | 20 |
| Binary | 1000110 | 11 | 1001101 | 1001 | 1100000 | 0 | 1000110 | 100100110 | 1011100 | 10000 |
Color Harmonies of #46034D
Complementary color
Monochromatic Colors of #46034D
Black with #46034D
Text Example
Text Example
White with #46034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46034D; }
p { color: rgb(70,3,77); }
H1.HeaderClassName
{
color: #46034D;
}
.AnyTagClassName
{
color: #46034D;
}
</style>
background-color css
<style>
a { background-color: #46034D; }
a { background-color: rgb(70,3,77); }
div.DivClassName
{
background-color: #46034D;
}
.BgClassName
{
background-color: #46034D;
}
</style>
border-color css
<style>
span { border-color: #46034D; }
span { border-color: rgb(70,3,77); }
td.TdClassName
{
border-color: #46034D;
}
.TagClassName
{
border-color: #46034D;
}
</style>