Shades of Mardi Gras #46064A
Tints of Mardi Gras #46064A
RGB
CMYK
RGB Variations
Color information
#46064A (or 0x46064A) is known color: Mardi Gras. HEX triplet: 46, 06 and 4A. RGB value is (70,6,74). Sum of RGB (Red+Green+Blue) = 70+6+74=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #46064A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46064A is #B9F9B5. Grayscale: #202020. Windows color (decimal): -12188086 or 4851270. OLE color: 4851270.
HSL color Cylindrical-coordinate representation of color #46064A: hue angle of 296.47º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46064A is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 6 | 74 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.71 |
| HSL | 296.47º | 0.85% | 0.16% | - |
| HSV(B) | 296.47º | 0.92% | 0.29% | - |
| XYZ | 3.83 | 1.93 | 6.65 | - |
| YUV | 32.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 74 | 0.05 | 0.92 | 0 | 0.71 | 296.47 | 0.85 | 0.16 |
| Hex | 46 | 6 | 4A | 5 | 5C | 0 | 47 | 128 | 55 | 10 |
| Octal | 106 | 6 | 112 | 5 | 134 | 0 | 107 | 450 | 125 | 20 |
| Binary | 1000110 | 110 | 1001010 | 101 | 1011100 | 0 | 1000111 | 100101000 | 1010101 | 10000 |
Color Harmonies of #46064A
Complementary color
Monochromatic Colors of #46064A
Black with #46064A
Text Example
Text Example
White with #46064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46064A; }
p { color: rgb(70,6,74); }
H1.HeaderClassName
{
color: #46064A;
}
.AnyTagClassName
{
color: #46064A;
}
</style>
background-color css
<style>
a { background-color: #46064A; }
a { background-color: rgb(70,6,74); }
div.DivClassName
{
background-color: #46064A;
}
.BgClassName
{
background-color: #46064A;
}
</style>
border-color css
<style>
span { border-color: #46064A; }
span { border-color: rgb(70,6,74); }
td.TdClassName
{
border-color: #46064A;
}
.TagClassName
{
border-color: #46064A;
}
</style>