Shades of Mallard #404B35
Tints of Mallard #404B35
RGB
CMYK
RGB Variations
Color information
#404B35 (or 0x404B35) is known color: Mallard. HEX triplet: 40, 4B and 35. RGB value is (64,75,53). Sum of RGB (Red+Green+Blue) = 64+75+53=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 75 - color contains mainly: green. Hex color #404B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B35 is #BFB4CA. Grayscale: #454545. Windows color (decimal): -12563659 or 3492672. OLE color: 3492672.
HSL color Cylindrical-coordinate representation of color #404B35: hue angle of 90º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #404B35 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 53 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.71 |
| HSL | 90º | 0.17% | 0.25% | - |
| HSV(B) | 90º | 0.29% | 0.29% | - |
| XYZ | 5.27 | 6.38 | 4.32 | - |
| YUV | 69.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 53 | 0.15 | 0 | 0.29 | 0.71 | 90 | 0.17 | 0.25 |
| Hex | 40 | 4B | 35 | F | 0 | 1D | 47 | 5A | 11 | 19 |
| Octal | 100 | 113 | 65 | 17 | 0 | 35 | 107 | 132 | 21 | 31 |
| Binary | 1000000 | 1001011 | 110101 | 1111 | 0 | 11101 | 1000111 | 1011010 | 10001 | 11001 |
Color Harmonies of #404B35
Complementary color
Monochromatic Colors of #404B35
Black with #404B35
Text Example
Text Example
White with #404B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B35; }
p { color: rgb(64,75,53); }
H1.HeaderClassName
{
color: #404B35;
}
.AnyTagClassName
{
color: #404B35;
}
</style>
background-color css
<style>
a { background-color: #404B35; }
a { background-color: rgb(64,75,53); }
div.DivClassName
{
background-color: #404B35;
}
.BgClassName
{
background-color: #404B35;
}
</style>
border-color css
<style>
span { border-color: #404B35; }
span { border-color: rgb(64,75,53); }
td.TdClassName
{
border-color: #404B35;
}
.TagClassName
{
border-color: #404B35;
}
</style>