Shades of Mardi Gras #44044A
Tints of Mardi Gras #44044A
RGB
CMYK
RGB Variations
Color information
#44044A (or 0x44044A) is known color: Mardi Gras. HEX triplet: 44, 04 and 4A. RGB value is (68,4,74). Sum of RGB (Red+Green+Blue) = 68+4+74=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #44044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44044A is #BBFBB5. Grayscale: #1E1E1E. Windows color (decimal): -12319670 or 4850756. OLE color: 4850756.
HSL color Cylindrical-coordinate representation of color #44044A: hue angle of 294.86º 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 #44044A is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 4 | 74 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.71 |
| HSL | 294.86º | 0.9% | 0.15% | - |
| HSV(B) | 294.86º | 0.95% | 0.29% | - |
| XYZ | 3.66 | 1.81 | 6.63 | - |
| YUV | 31.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 74 | 0.08 | 0.95 | 0 | 0.71 | 294.86 | 0.9 | 0.15 |
| Hex | 44 | 4 | 4A | 8 | 5F | 0 | 47 | 127 | 5A | F |
| Octal | 104 | 4 | 112 | 10 | 137 | 0 | 107 | 447 | 132 | 17 |
| Binary | 1000100 | 100 | 1001010 | 1000 | 1011111 | 0 | 1000111 | 100100111 | 1011010 | 1111 |
Color Harmonies of #44044A
Complementary color
Monochromatic Colors of #44044A
Black with #44044A
Text Example
Text Example
White with #44044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44044A; }
p { color: rgb(68,4,74); }
H1.HeaderClassName
{
color: #44044A;
}
.AnyTagClassName
{
color: #44044A;
}
</style>
background-color css
<style>
a { background-color: #44044A; }
a { background-color: rgb(68,4,74); }
div.DivClassName
{
background-color: #44044A;
}
.BgClassName
{
background-color: #44044A;
}
</style>
border-color css
<style>
span { border-color: #44044A; }
span { border-color: rgb(68,4,74); }
td.TdClassName
{
border-color: #44044A;
}
.TagClassName
{
border-color: #44044A;
}
</style>