Shades of Corduroy #404C49
Tints of Corduroy #404C49
RGB
CMYK
RGB Variations
Color information
#404C49 (or 0x404C49) is known color: Corduroy. HEX triplet: 40, 4C and 49. RGB value is (64,76,73). Sum of RGB (Red+Green+Blue) = 64+76+73=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 76 - color contains mainly: green. Hex color #404C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C49 is #BFB3B6. Grayscale: #484848. Windows color (decimal): -12563383 or 4803648. OLE color: 4803648.
HSL color Cylindrical-coordinate representation of color #404C49: hue angle of 165º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #404C49 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 73 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.70 |
| HSL | 165º | 0.09% | 0.27% | - |
| HSV(B) | 165º | 0.16% | 0.3% | - |
| XYZ | 5.9 | 6.74 | 7.29 | - |
| YUV | 72.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 73 | 0.16 | 0 | 0.04 | 0.70 | 165 | 0.09 | 0.27 |
| Hex | 40 | 4C | 49 | 10 | 0 | 4 | 46 | A5 | 9 | 1B |
| Octal | 100 | 114 | 111 | 20 | 0 | 4 | 106 | 245 | 11 | 33 |
| Binary | 1000000 | 1001100 | 1001001 | 10000 | 0 | 100 | 1000110 | 10100101 | 1001 | 11011 |
Color Harmonies of #404C49
Complementary color
Monochromatic Colors of #404C49
Black with #404C49
Text Example
Text Example
White with #404C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C49; }
p { color: rgb(64,76,73); }
H1.HeaderClassName
{
color: #404C49;
}
.AnyTagClassName
{
color: #404C49;
}
</style>
background-color css
<style>
a { background-color: #404C49; }
a { background-color: rgb(64,76,73); }
div.DivClassName
{
background-color: #404C49;
}
.BgClassName
{
background-color: #404C49;
}
</style>
border-color css
<style>
span { border-color: #404C49; }
span { border-color: rgb(64,76,73); }
td.TdClassName
{
border-color: #404C49;
}
.TagClassName
{
border-color: #404C49;
}
</style>