Shades of Mardi Gras #4A1348
Tints of Mardi Gras #4A1348
RGB
CMYK
RGB Variations
Color information
#4A1348 (or 0x4A1348) is known color: Mardi Gras. HEX triplet: 4A, 13 and 48. RGB value is (74,19,72). Sum of RGB (Red+Green+Blue) = 74+19+72=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1348 is #B5ECB7. Grayscale: #292929. Windows color (decimal): -11922616 or 4723530. OLE color: 4723530.
HSL color Cylindrical-coordinate representation of color #4A1348: hue angle of 302.18º 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 #4A1348 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 19 | 72 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.71 |
| HSL | 302.18º | 0.59% | 0.18% | - |
| HSV(B) | 302.18º | 0.74% | 0.29% | - |
| XYZ | 4.23 | 2.39 | 6.37 | - |
| YUV | 41.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 72 | 0 | 0.74 | 0.03 | 0.71 | 302.18 | 0.59 | 0.18 |
| Hex | 4A | 13 | 48 | 0 | 4A | 3 | 47 | 12E | 3B | 12 |
| Octal | 112 | 23 | 110 | 0 | 112 | 3 | 107 | 456 | 73 | 22 |
| Binary | 1001010 | 10011 | 1001000 | 0 | 1001010 | 11 | 1000111 | 100101110 | 111011 | 10010 |
Color Harmonies of #4A1348
Complementary color
Monochromatic Colors of #4A1348
Black with #4A1348
Text Example
Text Example
White with #4A1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1348; }
p { color: rgb(74,19,72); }
H1.HeaderClassName
{
color: #4A1348;
}
.AnyTagClassName
{
color: #4A1348;
}
</style>
background-color css
<style>
a { background-color: #4A1348; }
a { background-color: rgb(74,19,72); }
div.DivClassName
{
background-color: #4A1348;
}
.BgClassName
{
background-color: #4A1348;
}
</style>
border-color css
<style>
span { border-color: #4A1348; }
span { border-color: rgb(74,19,72); }
td.TdClassName
{
border-color: #4A1348;
}
.TagClassName
{
border-color: #4A1348;
}
</style>