Shades of Mardi Gras #400646
Tints of Mardi Gras #400646
RGB
CMYK
RGB Variations
Color information
#400646 (or 0x400646) is known color: Mardi Gras. HEX triplet: 40, 06 and 46. RGB value is (64,6,70). Sum of RGB (Red+Green+Blue) = 64+6+70=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #400646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400646 is #BFF9B9. Grayscale: #1E1E1E. Windows color (decimal): -12581306 or 4589120. OLE color: 4589120.
HSL color Cylindrical-coordinate representation of color #400646: hue angle of 294.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400646 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 6 | 70 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.73 |
| HSL | 294.38º | 0.84% | 0.15% | - |
| HSV(B) | 294.38º | 0.91% | 0.27% | - |
| XYZ | 3.28 | 1.66 | 5.94 | - |
| YUV | 30.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 70 | 0.09 | 0.91 | 0 | 0.73 | 294.38 | 0.84 | 0.15 |
| Hex | 40 | 6 | 46 | 9 | 5B | 0 | 49 | 126 | 54 | F |
| Octal | 100 | 6 | 106 | 11 | 133 | 0 | 111 | 446 | 124 | 17 |
| Binary | 1000000 | 110 | 1000110 | 1001 | 1011011 | 0 | 1001001 | 100100110 | 1010100 | 1111 |
Color Harmonies of #400646
Complementary color
Monochromatic Colors of #400646
Black with #400646
Text Example
Text Example
White with #400646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400646; }
p { color: rgb(64,6,70); }
H1.HeaderClassName
{
color: #400646;
}
.AnyTagClassName
{
color: #400646;
}
</style>
background-color css
<style>
a { background-color: #400646; }
a { background-color: rgb(64,6,70); }
div.DivClassName
{
background-color: #400646;
}
.BgClassName
{
background-color: #400646;
}
</style>
border-color css
<style>
span { border-color: #400646; }
span { border-color: rgb(64,6,70); }
td.TdClassName
{
border-color: #400646;
}
.TagClassName
{
border-color: #400646;
}
</style>