Shades of Mardi Gras #4A1346
Tints of Mardi Gras #4A1346
RGB
CMYK
RGB Variations
Color information
#4A1346 (or 0x4A1346) is known color: Mardi Gras. HEX triplet: 4A, 13 and 46. RGB value is (74,19,70). Sum of RGB (Red+Green+Blue) = 74+19+70=163 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.40% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1346 is #B5ECB9. Grayscale: #292929. Windows color (decimal): -11922618 or 4592458. OLE color: 4592458.
HSL color Cylindrical-coordinate representation of color #4A1346: hue angle of 304.36º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A1346 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 19 | 70 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.71 |
| HSL | 304.36º | 0.59% | 0.18% | - |
| HSV(B) | 304.36º | 0.74% | 0.29% | - |
| XYZ | 4.16 | 2.36 | 6.03 | - |
| YUV | 41.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 70 | 0 | 0.74 | 0.05 | 0.71 | 304.36 | 0.59 | 0.18 |
| Hex | 4A | 13 | 46 | 0 | 4A | 5 | 47 | 130 | 3B | 12 |
| Octal | 112 | 23 | 106 | 0 | 112 | 5 | 107 | 460 | 73 | 22 |
| Binary | 1001010 | 10011 | 1000110 | 0 | 1001010 | 101 | 1000111 | 100110000 | 111011 | 10010 |
Color Harmonies of #4A1346
Complementary color
Monochromatic Colors of #4A1346
Black with #4A1346
Text Example
Text Example
White with #4A1346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1346; }
p { color: rgb(74,19,70); }
H1.HeaderClassName
{
color: #4A1346;
}
.AnyTagClassName
{
color: #4A1346;
}
</style>
background-color css
<style>
a { background-color: #4A1346; }
a { background-color: rgb(74,19,70); }
div.DivClassName
{
background-color: #4A1346;
}
.BgClassName
{
background-color: #4A1346;
}
</style>
border-color css
<style>
span { border-color: #4A1346; }
span { border-color: rgb(74,19,70); }
td.TdClassName
{
border-color: #4A1346;
}
.TagClassName
{
border-color: #4A1346;
}
</style>