Shades of Mardi Gras #4A014B
Tints of Mardi Gras #4A014B
RGB
CMYK
RGB Variations
Color information
#4A014B (or 0x4A014B) is known color: Mardi Gras. HEX triplet: 4A, 01 and 4B. RGB value is (74,1,75). Sum of RGB (Red+Green+Blue) = 74+1+75=150 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A014B is #B5FEB4. Grayscale: #1F1F1F. Windows color (decimal): -11927221 or 4915530. OLE color: 4915530.
HSL color Cylindrical-coordinate representation of color #4A014B: hue angle of 299.19º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A014B is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 1 | 75 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.71 |
| HSL | 299.19º | 0.97% | 0.15% | - |
| HSV(B) | 299.19º | 0.99% | 0.29% | - |
| XYZ | 4.1 | 1.99 | 6.82 | - |
| YUV | 31.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 75 | 0.01 | 0.99 | 0 | 0.71 | 299.19 | 0.97 | 0.15 |
| Hex | 4A | 1 | 4B | 1 | 63 | 0 | 47 | 12B | 61 | F |
| Octal | 112 | 1 | 113 | 1 | 143 | 0 | 107 | 453 | 141 | 17 |
| Binary | 1001010 | 1 | 1001011 | 1 | 1100011 | 0 | 1000111 | 100101011 | 1100001 | 1111 |
Color Harmonies of #4A014B
Complementary color
Monochromatic Colors of #4A014B
Black with #4A014B
Text Example
Text Example
White with #4A014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A014B; }
p { color: rgb(74,1,75); }
H1.HeaderClassName
{
color: #4A014B;
}
.AnyTagClassName
{
color: #4A014B;
}
</style>
background-color css
<style>
a { background-color: #4A014B; }
a { background-color: rgb(74,1,75); }
div.DivClassName
{
background-color: #4A014B;
}
.BgClassName
{
background-color: #4A014B;
}
</style>
border-color css
<style>
span { border-color: #4A014B; }
span { border-color: rgb(74,1,75); }
td.TdClassName
{
border-color: #4A014B;
}
.TagClassName
{
border-color: #4A014B;
}
</style>