Shades of Mardi Gras #44064A
Tints of Mardi Gras #44064A
RGB
CMYK
RGB Variations
Color information
#44064A (or 0x44064A) is known color: Mardi Gras. HEX triplet: 44, 06 and 4A. RGB value is (68,6,74). Sum of RGB (Red+Green+Blue) = 68+6+74=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #44064A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44064A is #BBF9B5. Grayscale: #202020. Windows color (decimal): -12319158 or 4851268. OLE color: 4851268.
HSL color Cylindrical-coordinate representation of color #44064A: hue angle of 294.71º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44064A is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 6 | 74 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.71 |
| HSL | 294.71º | 0.85% | 0.16% | - |
| HSV(B) | 294.71º | 0.92% | 0.29% | - |
| XYZ | 3.69 | 1.85 | 6.64 | - |
| YUV | 32.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 74 | 0.08 | 0.92 | 0 | 0.71 | 294.71 | 0.85 | 0.16 |
| Hex | 44 | 6 | 4A | 8 | 5C | 0 | 47 | 127 | 55 | 10 |
| Octal | 104 | 6 | 112 | 10 | 134 | 0 | 107 | 447 | 125 | 20 |
| Binary | 1000100 | 110 | 1001010 | 1000 | 1011100 | 0 | 1000111 | 100100111 | 1010101 | 10000 |
Color Harmonies of #44064A
Complementary color
Monochromatic Colors of #44064A
Black with #44064A
Text Example
Text Example
White with #44064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44064A; }
p { color: rgb(68,6,74); }
H1.HeaderClassName
{
color: #44064A;
}
.AnyTagClassName
{
color: #44064A;
}
</style>
background-color css
<style>
a { background-color: #44064A; }
a { background-color: rgb(68,6,74); }
div.DivClassName
{
background-color: #44064A;
}
.BgClassName
{
background-color: #44064A;
}
</style>
border-color css
<style>
span { border-color: #44064A; }
span { border-color: rgb(68,6,74); }
td.TdClassName
{
border-color: #44064A;
}
.TagClassName
{
border-color: #44064A;
}
</style>