Shades of Mallard #404B38
Tints of Mallard #404B38
RGB
CMYK
RGB Variations
Color information
#404B38 (or 0x404B38) is known color: Mallard. HEX triplet: 40, 4B and 38. RGB value is (64,75,56). Sum of RGB (Red+Green+Blue) = 64+75+56=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 75 - color contains mainly: green. Hex color #404B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B38 is #BFB4C7. Grayscale: #454545. Windows color (decimal): -12563656 or 3689280. OLE color: 3689280.
HSL color Cylindrical-coordinate representation of color #404B38: hue angle of 94.74º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #404B38 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 56 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.71 |
| HSL | 94.74º | 0.15% | 0.26% | - |
| HSV(B) | 94.74º | 0.25% | 0.29% | - |
| XYZ | 5.34 | 6.41 | 4.7 | - |
| YUV | 69.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 56 | 0.15 | 0 | 0.25 | 0.71 | 94.74 | 0.15 | 0.26 |
| Hex | 40 | 4B | 38 | F | 0 | 19 | 47 | 5F | F | 1A |
| Octal | 100 | 113 | 70 | 17 | 0 | 31 | 107 | 137 | 17 | 32 |
| Binary | 1000000 | 1001011 | 111000 | 1111 | 0 | 11001 | 1000111 | 1011111 | 1111 | 11010 |
Color Harmonies of #404B38
Complementary color
Monochromatic Colors of #404B38
Black with #404B38
Text Example
Text Example
White with #404B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B38; }
p { color: rgb(64,75,56); }
H1.HeaderClassName
{
color: #404B38;
}
.AnyTagClassName
{
color: #404B38;
}
</style>
background-color css
<style>
a { background-color: #404B38; }
a { background-color: rgb(64,75,56); }
div.DivClassName
{
background-color: #404B38;
}
.BgClassName
{
background-color: #404B38;
}
</style>
border-color css
<style>
span { border-color: #404B38; }
span { border-color: rgb(64,75,56); }
td.TdClassName
{
border-color: #404B38;
}
.TagClassName
{
border-color: #404B38;
}
</style>