Shades of Mardi Gras #440948
Tints of Mardi Gras #440948
RGB
CMYK
RGB Variations
Color information
#440948 (or 0x440948) is known color: Mardi Gras. HEX triplet: 44, 09 and 48. RGB value is (68,9,72). Sum of RGB (Red+Green+Blue) = 68+9+72=149 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.64% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #440948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440948 is #BBF6B7. Grayscale: #212121. Windows color (decimal): -12318392 or 4720964. OLE color: 4720964.
HSL color Cylindrical-coordinate representation of color #440948: hue angle of 296.19º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440948 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 9 | 72 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.72 |
| HSL | 296.19º | 0.78% | 0.16% | - |
| HSV(B) | 296.19º | 0.88% | 0.28% | - |
| XYZ | 3.65 | 1.89 | 6.3 | - |
| YUV | 33.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 72 | 0.06 | 0.88 | 0 | 0.72 | 296.19 | 0.78 | 0.16 |
| Hex | 44 | 9 | 48 | 6 | 58 | 0 | 48 | 128 | 4E | 10 |
| Octal | 104 | 11 | 110 | 6 | 130 | 0 | 110 | 450 | 116 | 20 |
| Binary | 1000100 | 1001 | 1001000 | 110 | 1011000 | 0 | 1001000 | 100101000 | 1001110 | 10000 |
Color Harmonies of #440948
Complementary color
Monochromatic Colors of #440948
Black with #440948
Text Example
Text Example
White with #440948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440948; }
p { color: rgb(68,9,72); }
H1.HeaderClassName
{
color: #440948;
}
.AnyTagClassName
{
color: #440948;
}
</style>
background-color css
<style>
a { background-color: #440948; }
a { background-color: rgb(68,9,72); }
div.DivClassName
{
background-color: #440948;
}
.BgClassName
{
background-color: #440948;
}
</style>
border-color css
<style>
span { border-color: #440948; }
span { border-color: rgb(68,9,72); }
td.TdClassName
{
border-color: #440948;
}
.TagClassName
{
border-color: #440948;
}
</style>