Shades of Mallard #404637
Tints of Mallard #404637
RGB
CMYK
RGB Variations
Color information
#404637 (or 0x404637) is known color: Mallard. HEX triplet: 40, 46 and 37. RGB value is (64,70,55). Sum of RGB (Red+Green+Blue) = 64+70+55=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 70 - color contains mainly: green. Hex color #404637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404637 is #BFB9C8. Grayscale: #424242. Windows color (decimal): -12564937 or 3622464. OLE color: 3622464.
HSL color Cylindrical-coordinate representation of color #404637: hue angle of 84º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404637 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 70 | 55 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.73 |
| HSL | 84º | 0.12% | 0.25% | - |
| HSV(B) | 84º | 0.21% | 0.27% | - |
| XYZ | 4.99 | 5.75 | 4.46 | - |
| YUV | 66.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 55 | 0.09 | 0 | 0.21 | 0.73 | 84 | 0.12 | 0.25 |
| Hex | 40 | 46 | 37 | 9 | 0 | 15 | 49 | 54 | C | 19 |
| Octal | 100 | 106 | 67 | 11 | 0 | 25 | 111 | 124 | 14 | 31 |
| Binary | 1000000 | 1000110 | 110111 | 1001 | 0 | 10101 | 1001001 | 1010100 | 1100 | 11001 |
Color Harmonies of #404637
Complementary color
Monochromatic Colors of #404637
Black with #404637
Text Example
Text Example
White with #404637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404637; }
p { color: rgb(64,70,55); }
H1.HeaderClassName
{
color: #404637;
}
.AnyTagClassName
{
color: #404637;
}
</style>
background-color css
<style>
a { background-color: #404637; }
a { background-color: rgb(64,70,55); }
div.DivClassName
{
background-color: #404637;
}
.BgClassName
{
background-color: #404637;
}
</style>
border-color css
<style>
span { border-color: #404637; }
span { border-color: rgb(64,70,55); }
td.TdClassName
{
border-color: #404637;
}
.TagClassName
{
border-color: #404637;
}
</style>