Shades of Mallard #404A33
Tints of Mallard #404A33
RGB
CMYK
RGB Variations
Color information
#404A33 (or 0x404A33) is known color: Mallard. HEX triplet: 40, 4A and 33. RGB value is (64,74,51). Sum of RGB (Red+Green+Blue) = 64+74+51=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 74 - color contains mainly: green. Hex color #404A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A33 is #BFB5CC. Grayscale: #444444. Windows color (decimal): -12563917 or 3361344. OLE color: 3361344.
HSL color Cylindrical-coordinate representation of color #404A33: hue angle of 86.09º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #404A33 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 74 | 51 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.71 |
| HSL | 86.09º | 0.18% | 0.25% | - |
| HSV(B) | 86.09º | 0.31% | 0.29% | - |
| XYZ | 5.16 | 6.23 | 4.06 | - |
| YUV | 68.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 51 | 0.14 | 0 | 0.31 | 0.71 | 86.09 | 0.18 | 0.25 |
| Hex | 40 | 4A | 33 | E | 0 | 1F | 47 | 56 | 12 | 19 |
| Octal | 100 | 112 | 63 | 16 | 0 | 37 | 107 | 126 | 22 | 31 |
| Binary | 1000000 | 1001010 | 110011 | 1110 | 0 | 11111 | 1000111 | 1010110 | 10010 | 11001 |
Color Harmonies of #404A33
Complementary color
Monochromatic Colors of #404A33
Black with #404A33
Text Example
Text Example
White with #404A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A33; }
p { color: rgb(64,74,51); }
H1.HeaderClassName
{
color: #404A33;
}
.AnyTagClassName
{
color: #404A33;
}
</style>
background-color css
<style>
a { background-color: #404A33; }
a { background-color: rgb(64,74,51); }
div.DivClassName
{
background-color: #404A33;
}
.BgClassName
{
background-color: #404A33;
}
</style>
border-color css
<style>
span { border-color: #404A33; }
span { border-color: rgb(64,74,51); }
td.TdClassName
{
border-color: #404A33;
}
.TagClassName
{
border-color: #404A33;
}
</style>