Shades of Mallard #404839
Tints of Mallard #404839
RGB
CMYK
RGB Variations
Color information
#404839 (or 0x404839) is known color: Mallard. HEX triplet: 40, 48 and 39. RGB value is (64,72,57). Sum of RGB (Red+Green+Blue) = 64+72+57=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #404839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404839 is #BFB7C6. Grayscale: #434343. Windows color (decimal): -12564423 or 3754048. OLE color: 3754048.
HSL color Cylindrical-coordinate representation of color #404839: hue angle of 92º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404839 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 72 | 57 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.72 |
| HSL | 92º | 0.12% | 0.25% | - |
| HSV(B) | 92º | 0.21% | 0.28% | - |
| XYZ | 5.17 | 6.02 | 4.76 | - |
| YUV | 67.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 57 | 0.11 | 0 | 0.21 | 0.72 | 92 | 0.12 | 0.25 |
| Hex | 40 | 48 | 39 | B | 0 | 15 | 48 | 5C | C | 19 |
| Octal | 100 | 110 | 71 | 13 | 0 | 25 | 110 | 134 | 14 | 31 |
| Binary | 1000000 | 1001000 | 111001 | 1011 | 0 | 10101 | 1001000 | 1011100 | 1100 | 11001 |
Color Harmonies of #404839
Complementary color
Monochromatic Colors of #404839
Black with #404839
Text Example
Text Example
White with #404839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404839; }
p { color: rgb(64,72,57); }
H1.HeaderClassName
{
color: #404839;
}
.AnyTagClassName
{
color: #404839;
}
</style>
background-color css
<style>
a { background-color: #404839; }
a { background-color: rgb(64,72,57); }
div.DivClassName
{
background-color: #404839;
}
.BgClassName
{
background-color: #404839;
}
</style>
border-color css
<style>
span { border-color: #404839; }
span { border-color: rgb(64,72,57); }
td.TdClassName
{
border-color: #404839;
}
.TagClassName
{
border-color: #404839;
}
</style>