Shades of Mallard #404739
Tints of Mallard #404739
RGB
CMYK
RGB Variations
Color information
#404739 (or 0x404739) is known color: Mallard. HEX triplet: 40, 47 and 39. RGB value is (64,71,57). Sum of RGB (Red+Green+Blue) = 64+71+57=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 71 - color contains mainly: green. Hex color #404739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404739 is #BFB8C6. Grayscale: #434343. Windows color (decimal): -12564679 or 3753792. OLE color: 3753792.
HSL color Cylindrical-coordinate representation of color #404739: hue angle of 90º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404739 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 57 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.72 |
| HSL | 90º | 0.11% | 0.25% | - |
| HSV(B) | 90º | 0.2% | 0.28% | - |
| XYZ | 5.11 | 5.89 | 4.74 | - |
| YUV | 67.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 57 | 0.10 | 0 | 0.20 | 0.72 | 90 | 0.11 | 0.25 |
| Hex | 40 | 47 | 39 | A | 0 | 14 | 48 | 5A | B | 19 |
| Octal | 100 | 107 | 71 | 12 | 0 | 24 | 110 | 132 | 13 | 31 |
| Binary | 1000000 | 1000111 | 111001 | 1010 | 0 | 10100 | 1001000 | 1011010 | 1011 | 11001 |
Color Harmonies of #404739
Complementary color
Monochromatic Colors of #404739
Black with #404739
Text Example
Text Example
White with #404739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404739; }
p { color: rgb(64,71,57); }
H1.HeaderClassName
{
color: #404739;
}
.AnyTagClassName
{
color: #404739;
}
</style>
background-color css
<style>
a { background-color: #404739; }
a { background-color: rgb(64,71,57); }
div.DivClassName
{
background-color: #404739;
}
.BgClassName
{
background-color: #404739;
}
</style>
border-color css
<style>
span { border-color: #404739; }
span { border-color: rgb(64,71,57); }
td.TdClassName
{
border-color: #404739;
}
.TagClassName
{
border-color: #404739;
}
</style>