Shades of Mardi Gras #46044D
Tints of Mardi Gras #46044D
RGB
CMYK
RGB Variations
Color information
#46044D (or 0x46044D) is known color: Mardi Gras. HEX triplet: 46, 04 and 4D. RGB value is (70,4,77). Sum of RGB (Red+Green+Blue) = 70+4+77=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #46044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46044D is #B9FBB2. Grayscale: #1F1F1F. Windows color (decimal): -12188595 or 5047366. OLE color: 5047366.
HSL color Cylindrical-coordinate representation of color #46044D: hue angle of 294.25º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46044D is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 4 | 77 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.70 |
| HSL | 294.25º | 0.9% | 0.16% | - |
| HSV(B) | 294.25º | 0.95% | 0.3% | - |
| XYZ | 3.91 | 1.92 | 7.19 | - |
| YUV | 32.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 77 | 0.09 | 0.95 | 0 | 0.70 | 294.25 | 0.9 | 0.16 |
| Hex | 46 | 4 | 4D | 9 | 5F | 0 | 46 | 126 | 5A | 10 |
| Octal | 106 | 4 | 115 | 11 | 137 | 0 | 106 | 446 | 132 | 20 |
| Binary | 1000110 | 100 | 1001101 | 1001 | 1011111 | 0 | 1000110 | 100100110 | 1011010 | 10000 |
Color Harmonies of #46044D
Complementary color
Monochromatic Colors of #46044D
Black with #46044D
Text Example
Text Example
White with #46044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46044D; }
p { color: rgb(70,4,77); }
H1.HeaderClassName
{
color: #46044D;
}
.AnyTagClassName
{
color: #46044D;
}
</style>
background-color css
<style>
a { background-color: #46044D; }
a { background-color: rgb(70,4,77); }
div.DivClassName
{
background-color: #46044D;
}
.BgClassName
{
background-color: #46044D;
}
</style>
border-color css
<style>
span { border-color: #46044D; }
span { border-color: rgb(70,4,77); }
td.TdClassName
{
border-color: #46044D;
}
.TagClassName
{
border-color: #46044D;
}
</style>