Shades of Mardi Gras #46074A
Tints of Mardi Gras #46074A
RGB
CMYK
RGB Variations
Color information
#46074A (or 0x46074A) is known color: Mardi Gras. HEX triplet: 46, 07 and 4A. RGB value is (70,7,74). Sum of RGB (Red+Green+Blue) = 70+7+74=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #46074A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46074A is #B9F8B5. Grayscale: #212121. Windows color (decimal): -12187830 or 4851526. OLE color: 4851526.
HSL color Cylindrical-coordinate representation of color #46074A: hue angle of 296.42º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46074A is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 7 | 74 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.71 |
| HSL | 296.42º | 0.83% | 0.16% | - |
| HSV(B) | 296.42º | 0.91% | 0.29% | - |
| XYZ | 3.84 | 1.95 | 6.65 | - |
| YUV | 33.48 | 150.87 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 74 | 0.05 | 0.91 | 0 | 0.71 | 296.42 | 0.83 | 0.16 |
| Hex | 46 | 7 | 4A | 5 | 5B | 0 | 47 | 128 | 53 | 10 |
| Octal | 106 | 7 | 112 | 5 | 133 | 0 | 107 | 450 | 123 | 20 |
| Binary | 1000110 | 111 | 1001010 | 101 | 1011011 | 0 | 1000111 | 100101000 | 1010011 | 10000 |
Color Harmonies of #46074A
Complementary color
Monochromatic Colors of #46074A
Black with #46074A
Text Example
Text Example
White with #46074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46074A; }
p { color: rgb(70,7,74); }
H1.HeaderClassName
{
color: #46074A;
}
.AnyTagClassName
{
color: #46074A;
}
</style>
background-color css
<style>
a { background-color: #46074A; }
a { background-color: rgb(70,7,74); }
div.DivClassName
{
background-color: #46074A;
}
.BgClassName
{
background-color: #46074A;
}
</style>
border-color css
<style>
span { border-color: #46074A; }
span { border-color: rgb(70,7,74); }
td.TdClassName
{
border-color: #46074A;
}
.TagClassName
{
border-color: #46074A;
}
</style>