Shades of Mardi Gras #4A084B
Tints of Mardi Gras #4A084B
RGB
CMYK
RGB Variations
Color information
#4A084B (or 0x4A084B) is known color: Mardi Gras. HEX triplet: 4A, 08 and 4B. RGB value is (74,8,75). Sum of RGB (Red+Green+Blue) = 74+8+75=157 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.13% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A084B is #B5F7B4. Grayscale: #232323. Windows color (decimal): -11925429 or 4917322. OLE color: 4917322.
HSL color Cylindrical-coordinate representation of color #4A084B: hue angle of 299.1º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A084B is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 8 | 75 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.71 |
| HSL | 299.1º | 0.81% | 0.16% | - |
| HSV(B) | 299.1º | 0.89% | 0.29% | - |
| XYZ | 4.18 | 2.14 | 6.85 | - |
| YUV | 35.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 75 | 0.01 | 0.89 | 0 | 0.71 | 299.1 | 0.81 | 0.16 |
| Hex | 4A | 8 | 4B | 1 | 59 | 0 | 47 | 12B | 51 | 10 |
| Octal | 112 | 10 | 113 | 1 | 131 | 0 | 107 | 453 | 121 | 20 |
| Binary | 1001010 | 1000 | 1001011 | 1 | 1011001 | 0 | 1000111 | 100101011 | 1010001 | 10000 |
Color Harmonies of #4A084B
Complementary color
Monochromatic Colors of #4A084B
Black with #4A084B
Text Example
Text Example
White with #4A084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A084B; }
p { color: rgb(74,8,75); }
H1.HeaderClassName
{
color: #4A084B;
}
.AnyTagClassName
{
color: #4A084B;
}
</style>
background-color css
<style>
a { background-color: #4A084B; }
a { background-color: rgb(74,8,75); }
div.DivClassName
{
background-color: #4A084B;
}
.BgClassName
{
background-color: #4A084B;
}
</style>
border-color css
<style>
span { border-color: #4A084B; }
span { border-color: rgb(74,8,75); }
td.TdClassName
{
border-color: #4A084B;
}
.TagClassName
{
border-color: #4A084B;
}
</style>