Shades of Mardi Gras #4A1645
Tints of Mardi Gras #4A1645
RGB
CMYK
RGB Variations
Color information
#4A1645 (or 0x4A1645) is known color: Mardi Gras. HEX triplet: 4A, 16 and 45. RGB value is (74,22,69). Sum of RGB (Red+Green+Blue) = 74+22+69=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1645 is #B5E9BA. Grayscale: #2A2A2A. Windows color (decimal): -11921851 or 4527690. OLE color: 4527690.
HSL color Cylindrical-coordinate representation of color #4A1645: hue angle of 305.77º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A1645 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 22 | 69 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.71 |
| HSL | 305.77º | 0.54% | 0.19% | - |
| HSV(B) | 305.77º | 0.7% | 0.29% | - |
| XYZ | 4.19 | 2.46 | 5.88 | - |
| YUV | 42.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 69 | 0 | 0.70 | 0.07 | 0.71 | 305.77 | 0.54 | 0.19 |
| Hex | 4A | 16 | 45 | 0 | 46 | 7 | 47 | 132 | 36 | 13 |
| Octal | 112 | 26 | 105 | 0 | 106 | 7 | 107 | 462 | 66 | 23 |
| Binary | 1001010 | 10110 | 1000101 | 0 | 1000110 | 111 | 1000111 | 100110010 | 110110 | 10011 |
Color Harmonies of #4A1645
Complementary color
Monochromatic Colors of #4A1645
Black with #4A1645
Text Example
Text Example
White with #4A1645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1645; }
p { color: rgb(74,22,69); }
H1.HeaderClassName
{
color: #4A1645;
}
.AnyTagClassName
{
color: #4A1645;
}
</style>
background-color css
<style>
a { background-color: #4A1645; }
a { background-color: rgb(74,22,69); }
div.DivClassName
{
background-color: #4A1645;
}
.BgClassName
{
background-color: #4A1645;
}
</style>
border-color css
<style>
span { border-color: #4A1645; }
span { border-color: rgb(74,22,69); }
td.TdClassName
{
border-color: #4A1645;
}
.TagClassName
{
border-color: #4A1645;
}
</style>