Shades of Corduroy #404E49
Tints of Corduroy #404E49
RGB
CMYK
RGB Variations
Color information
#404E49 (or 0x404E49) is known color: Corduroy. HEX triplet: 40, 4E and 49. RGB value is (64,78,73). Sum of RGB (Red+Green+Blue) = 64+78+73=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 78 - color contains mainly: green. Hex color #404E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E49 is #BFB1B6. Grayscale: #494949. Windows color (decimal): -12562871 or 4804160. OLE color: 4804160.
HSL color Cylindrical-coordinate representation of color #404E49: hue angle of 158.57º 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 #404E49 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 73 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.69 |
| HSL | 158.57º | 0.1% | 0.28% | - |
| HSV(B) | 158.57º | 0.18% | 0.31% | - |
| XYZ | 6.04 | 7.02 | 7.34 | - |
| YUV | 73.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 73 | 0.18 | 0 | 0.06 | 0.69 | 158.57 | 0.1 | 0.28 |
| Hex | 40 | 4E | 49 | 12 | 0 | 6 | 45 | 9F | A | 1C |
| Octal | 100 | 116 | 111 | 22 | 0 | 6 | 105 | 237 | 12 | 34 |
| Binary | 1000000 | 1001110 | 1001001 | 10010 | 0 | 110 | 1000101 | 10011111 | 1010 | 11100 |
Color Harmonies of #404E49
Complementary color
Monochromatic Colors of #404E49
Black with #404E49
Text Example
Text Example
White with #404E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E49; }
p { color: rgb(64,78,73); }
H1.HeaderClassName
{
color: #404E49;
}
.AnyTagClassName
{
color: #404E49;
}
</style>
background-color css
<style>
a { background-color: #404E49; }
a { background-color: rgb(64,78,73); }
div.DivClassName
{
background-color: #404E49;
}
.BgClassName
{
background-color: #404E49;
}
</style>
border-color css
<style>
span { border-color: #404E49; }
span { border-color: rgb(64,78,73); }
td.TdClassName
{
border-color: #404E49;
}
.TagClassName
{
border-color: #404E49;
}
</style>