Shades of Plantation #404E47
Tints of Plantation #404E47
RGB
CMYK
RGB Variations
Color information
#404E47 (or 0x404E47) is known color: Plantation. HEX triplet: 40, 4E and 47. RGB value is (64,78,71). Sum of RGB (Red+Green+Blue) = 64+78+71=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 78 - color contains mainly: green. Hex color #404E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E47 is #BFB1B8. Grayscale: #494949. Windows color (decimal): -12562873 or 4673088. OLE color: 4673088.
HSL color Cylindrical-coordinate representation of color #404E47: hue angle of 150º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #404E47 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 71 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.69 |
| HSL | 150º | 0.1% | 0.28% | - |
| HSV(B) | 150º | 0.18% | 0.31% | - |
| XYZ | 5.98 | 6.99 | 7 | - |
| YUV | 73.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 71 | 0.18 | 0 | 0.09 | 0.69 | 150 | 0.1 | 0.28 |
| Hex | 40 | 4E | 47 | 12 | 0 | 9 | 45 | 96 | A | 1C |
| Octal | 100 | 116 | 107 | 22 | 0 | 11 | 105 | 226 | 12 | 34 |
| Binary | 1000000 | 1001110 | 1000111 | 10010 | 0 | 1001 | 1000101 | 10010110 | 1010 | 11100 |
Color Harmonies of #404E47
Complementary color
Monochromatic Colors of #404E47
Black with #404E47
Text Example
Text Example
White with #404E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E47; }
p { color: rgb(64,78,71); }
H1.HeaderClassName
{
color: #404E47;
}
.AnyTagClassName
{
color: #404E47;
}
</style>
background-color css
<style>
a { background-color: #404E47; }
a { background-color: rgb(64,78,71); }
div.DivClassName
{
background-color: #404E47;
}
.BgClassName
{
background-color: #404E47;
}
</style>
border-color css
<style>
span { border-color: #404E47; }
span { border-color: rgb(64,78,71); }
td.TdClassName
{
border-color: #404E47;
}
.TagClassName
{
border-color: #404E47;
}
</style>