Shades of Corduroy #404D47
Tints of Corduroy #404D47
RGB
CMYK
RGB Variations
Color information
#404D47 (or 0x404D47) is known color: Corduroy. HEX triplet: 40, 4D and 47. RGB value is (64,77,71). Sum of RGB (Red+Green+Blue) = 64+77+71=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 77 - color contains mainly: green. Hex color #404D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D47 is #BFB2B8. Grayscale: #484848. Windows color (decimal): -12563129 or 4672832. OLE color: 4672832.
HSL color Cylindrical-coordinate representation of color #404D47: hue angle of 152.31º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #404D47 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 77 | 71 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.70 |
| HSL | 152.31º | 0.09% | 0.28% | - |
| HSV(B) | 152.31º | 0.17% | 0.3% | - |
| XYZ | 5.91 | 6.85 | 6.97 | - |
| YUV | 72.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 71 | 0.17 | 0 | 0.08 | 0.70 | 152.31 | 0.09 | 0.28 |
| Hex | 40 | 4D | 47 | 11 | 0 | 8 | 46 | 98 | 9 | 1C |
| Octal | 100 | 115 | 107 | 21 | 0 | 10 | 106 | 230 | 11 | 34 |
| Binary | 1000000 | 1001101 | 1000111 | 10001 | 0 | 1000 | 1000110 | 10011000 | 1001 | 11100 |
Color Harmonies of #404D47
Complementary color
Monochromatic Colors of #404D47
Black with #404D47
Text Example
Text Example
White with #404D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D47; }
p { color: rgb(64,77,71); }
H1.HeaderClassName
{
color: #404D47;
}
.AnyTagClassName
{
color: #404D47;
}
</style>
background-color css
<style>
a { background-color: #404D47; }
a { background-color: rgb(64,77,71); }
div.DivClassName
{
background-color: #404D47;
}
.BgClassName
{
background-color: #404D47;
}
</style>
border-color css
<style>
span { border-color: #404D47; }
span { border-color: rgb(64,77,71); }
td.TdClassName
{
border-color: #404D47;
}
.TagClassName
{
border-color: #404D47;
}
</style>