Shades of Mallard #404A3B
Tints of Mallard #404A3B
RGB
CMYK
RGB Variations
Color information
#404A3B (or 0x404A3B) is known color: Mallard. HEX triplet: 40, 4A and 3B. RGB value is (64,74,59). Sum of RGB (Red+Green+Blue) = 64+74+59=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 74 - color contains mainly: green. Hex color #404A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A3B is #BFB5C4. Grayscale: #454545. Windows color (decimal): -12563909 or 3885632. OLE color: 3885632.
HSL color Cylindrical-coordinate representation of color #404A3B: hue angle of 100º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404A3B is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 74 | 59 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.71 |
| HSL | 100º | 0.11% | 0.26% | - |
| HSV(B) | 100º | 0.2% | 0.29% | - |
| XYZ | 5.35 | 6.3 | 5.07 | - |
| YUV | 69.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 59 | 0.14 | 0 | 0.20 | 0.71 | 100 | 0.11 | 0.26 |
| Hex | 40 | 4A | 3B | E | 0 | 14 | 47 | 64 | B | 1A |
| Octal | 100 | 112 | 73 | 16 | 0 | 24 | 107 | 144 | 13 | 32 |
| Binary | 1000000 | 1001010 | 111011 | 1110 | 0 | 10100 | 1000111 | 1100100 | 1011 | 11010 |
Color Harmonies of #404A3B
Complementary color
Monochromatic Colors of #404A3B
Black with #404A3B
Text Example
Text Example
White with #404A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A3B; }
p { color: rgb(64,74,59); }
H1.HeaderClassName
{
color: #404A3B;
}
.AnyTagClassName
{
color: #404A3B;
}
</style>
background-color css
<style>
a { background-color: #404A3B; }
a { background-color: rgb(64,74,59); }
div.DivClassName
{
background-color: #404A3B;
}
.BgClassName
{
background-color: #404A3B;
}
</style>
border-color css
<style>
span { border-color: #404A3B; }
span { border-color: rgb(64,74,59); }
td.TdClassName
{
border-color: #404A3B;
}
.TagClassName
{
border-color: #404A3B;
}
</style>