Shades of Mardi Gras #4A0445
Tints of Mardi Gras #4A0445
RGB
CMYK
RGB Variations
Color information
#4A0445 (or 0x4A0445) is known color: Mardi Gras. HEX triplet: 4A, 04 and 45. RGB value is (74,4,69). Sum of RGB (Red+Green+Blue) = 74+4+69=147 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.34% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0445 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0445 is #B5FBBA. Grayscale: #202020. Windows color (decimal): -11926459 or 4523082. OLE color: 4523082.
HSL color Cylindrical-coordinate representation of color #4A0445: hue angle of 304.29º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0445 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 4 | 69 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.71 |
| HSL | 304.29º | 0.9% | 0.15% | - |
| HSV(B) | 304.29º | 0.95% | 0.29% | - |
| XYZ | 3.94 | 1.97 | 5.8 | - |
| YUV | 32.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 69 | 0 | 0.95 | 0.07 | 0.71 | 304.29 | 0.9 | 0.15 |
| Hex | 4A | 4 | 45 | 0 | 5F | 7 | 47 | 130 | 5A | F |
| Octal | 112 | 4 | 105 | 0 | 137 | 7 | 107 | 460 | 132 | 17 |
| Binary | 1001010 | 100 | 1000101 | 0 | 1011111 | 111 | 1000111 | 100110000 | 1011010 | 1111 |
Color Harmonies of #4A0445
Complementary color
Monochromatic Colors of #4A0445
Black with #4A0445
Text Example
Text Example
White with #4A0445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0445; }
p { color: rgb(74,4,69); }
H1.HeaderClassName
{
color: #4A0445;
}
.AnyTagClassName
{
color: #4A0445;
}
</style>
background-color css
<style>
a { background-color: #4A0445; }
a { background-color: rgb(74,4,69); }
div.DivClassName
{
background-color: #4A0445;
}
.BgClassName
{
background-color: #4A0445;
}
</style>
border-color css
<style>
span { border-color: #4A0445; }
span { border-color: rgb(74,4,69); }
td.TdClassName
{
border-color: #4A0445;
}
.TagClassName
{
border-color: #4A0445;
}
</style>