Shades of Mardi Gras #4A054B
Tints of Mardi Gras #4A054B
RGB
CMYK
RGB Variations
Color information
#4A054B (or 0x4A054B) is known color: Mardi Gras. HEX triplet: 4A, 05 and 4B. RGB value is (74,5,75). Sum of RGB (Red+Green+Blue) = 74+5+75=154 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.05% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A054B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A054B is #B5FAB4. Grayscale: #212121. Windows color (decimal): -11926197 or 4916554. OLE color: 4916554.
HSL color Cylindrical-coordinate representation of color #4A054B: hue angle of 299.14º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A054B is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 5 | 75 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.71 |
| HSL | 299.14º | 0.88% | 0.16% | - |
| HSV(B) | 299.14º | 0.93% | 0.29% | - |
| XYZ | 4.15 | 2.07 | 6.84 | - |
| YUV | 33.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 5 | 75 | 0.01 | 0.93 | 0 | 0.71 | 299.14 | 0.88 | 0.16 |
| Hex | 4A | 5 | 4B | 1 | 5D | 0 | 47 | 12B | 58 | 10 |
| Octal | 112 | 5 | 113 | 1 | 135 | 0 | 107 | 453 | 130 | 20 |
| Binary | 1001010 | 101 | 1001011 | 1 | 1011101 | 0 | 1000111 | 100101011 | 1011000 | 10000 |
Color Harmonies of #4A054B
Complementary color
Monochromatic Colors of #4A054B
Black with #4A054B
Text Example
Text Example
White with #4A054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A054B; }
p { color: rgb(74,5,75); }
H1.HeaderClassName
{
color: #4A054B;
}
.AnyTagClassName
{
color: #4A054B;
}
</style>
background-color css
<style>
a { background-color: #4A054B; }
a { background-color: rgb(74,5,75); }
div.DivClassName
{
background-color: #4A054B;
}
.BgClassName
{
background-color: #4A054B;
}
</style>
border-color css
<style>
span { border-color: #4A054B; }
span { border-color: rgb(74,5,75); }
td.TdClassName
{
border-color: #4A054B;
}
.TagClassName
{
border-color: #4A054B;
}
</style>