Shades of Mallard #404B37
Tints of Mallard #404B37
RGB
CMYK
RGB Variations
Color information
#404B37 (or 0x404B37) is known color: Mallard. HEX triplet: 40, 4B and 37. RGB value is (64,75,55). Sum of RGB (Red+Green+Blue) = 64+75+55=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 75 - color contains mainly: green. Hex color #404B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B37 is #BFB4C8. Grayscale: #454545. Windows color (decimal): -12563657 or 3623744. OLE color: 3623744.
HSL color Cylindrical-coordinate representation of color #404B37: hue angle of 93º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #404B37 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 55 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.71 |
| HSL | 93º | 0.15% | 0.25% | - |
| HSV(B) | 93º | 0.27% | 0.29% | - |
| XYZ | 5.32 | 6.4 | 4.57 | - |
| YUV | 69.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 55 | 0.15 | 0 | 0.27 | 0.71 | 93 | 0.15 | 0.25 |
| Hex | 40 | 4B | 37 | F | 0 | 1B | 47 | 5D | F | 19 |
| Octal | 100 | 113 | 67 | 17 | 0 | 33 | 107 | 135 | 17 | 31 |
| Binary | 1000000 | 1001011 | 110111 | 1111 | 0 | 11011 | 1000111 | 1011101 | 1111 | 11001 |
Color Harmonies of #404B37
Complementary color
Monochromatic Colors of #404B37
Black with #404B37
Text Example
Text Example
White with #404B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B37; }
p { color: rgb(64,75,55); }
H1.HeaderClassName
{
color: #404B37;
}
.AnyTagClassName
{
color: #404B37;
}
</style>
background-color css
<style>
a { background-color: #404B37; }
a { background-color: rgb(64,75,55); }
div.DivClassName
{
background-color: #404B37;
}
.BgClassName
{
background-color: #404B37;
}
</style>
border-color css
<style>
span { border-color: #404B37; }
span { border-color: rgb(64,75,55); }
td.TdClassName
{
border-color: #404B37;
}
.TagClassName
{
border-color: #404B37;
}
</style>