Shades of Mardi Gras #440648
Tints of Mardi Gras #440648
RGB
CMYK
RGB Variations
Color information
#440648 (or 0x440648) is known color: Mardi Gras. HEX triplet: 44, 06 and 48. RGB value is (68,6,72). Sum of RGB (Red+Green+Blue) = 68+6+72=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #440648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440648 is #BBF9B7. Grayscale: #1F1F1F. Windows color (decimal): -12319160 or 4720196. OLE color: 4720196.
HSL color Cylindrical-coordinate representation of color #440648: hue angle of 296.36º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440648 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 6 | 72 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.72 |
| HSL | 296.36º | 0.85% | 0.15% | - |
| HSV(B) | 296.36º | 0.92% | 0.28% | - |
| XYZ | 3.62 | 1.83 | 6.29 | - |
| YUV | 32.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 72 | 0.06 | 0.92 | 0 | 0.72 | 296.36 | 0.85 | 0.15 |
| Hex | 44 | 6 | 48 | 6 | 5C | 0 | 48 | 128 | 55 | F |
| Octal | 104 | 6 | 110 | 6 | 134 | 0 | 110 | 450 | 125 | 17 |
| Binary | 1000100 | 110 | 1001000 | 110 | 1011100 | 0 | 1001000 | 100101000 | 1010101 | 1111 |
Color Harmonies of #440648
Complementary color
Monochromatic Colors of #440648
Black with #440648
Text Example
Text Example
White with #440648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440648; }
p { color: rgb(68,6,72); }
H1.HeaderClassName
{
color: #440648;
}
.AnyTagClassName
{
color: #440648;
}
</style>
background-color css
<style>
a { background-color: #440648; }
a { background-color: rgb(68,6,72); }
div.DivClassName
{
background-color: #440648;
}
.BgClassName
{
background-color: #440648;
}
</style>
border-color css
<style>
span { border-color: #440648; }
span { border-color: rgb(68,6,72); }
td.TdClassName
{
border-color: #440648;
}
.TagClassName
{
border-color: #440648;
}
</style>