Shades of Corduroy #404947
Tints of Corduroy #404947
RGB
CMYK
RGB Variations
Color information
#404947 (or 0x404947) is known color: Corduroy. HEX triplet: 40, 49 and 47. RGB value is (64,73,71). Sum of RGB (Red+Green+Blue) = 64+73+71=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 73 - color contains mainly: green. Hex color #404947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404947 is #BFB6B8. Grayscale: #464646. Windows color (decimal): -12564153 or 4671808. OLE color: 4671808.
HSL color Cylindrical-coordinate representation of color #404947: hue angle of 166.67º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #404947 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 73 | 71 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.71 |
| HSL | 166.67º | 0.07% | 0.27% | - |
| HSV(B) | 166.67º | 0.12% | 0.29% | - |
| XYZ | 5.63 | 6.31 | 6.88 | - |
| YUV | 70.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 71 | 0.12 | 0 | 0.03 | 0.71 | 166.67 | 0.07 | 0.27 |
| Hex | 40 | 49 | 47 | C | 0 | 3 | 47 | A7 | 7 | 1B |
| Octal | 100 | 111 | 107 | 14 | 0 | 3 | 107 | 247 | 7 | 33 |
| Binary | 1000000 | 1001001 | 1000111 | 1100 | 0 | 11 | 1000111 | 10100111 | 111 | 11011 |
Color Harmonies of #404947
Complementary color
Monochromatic Colors of #404947
Black with #404947
Text Example
Text Example
White with #404947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404947; }
p { color: rgb(64,73,71); }
H1.HeaderClassName
{
color: #404947;
}
.AnyTagClassName
{
color: #404947;
}
</style>
background-color css
<style>
a { background-color: #404947; }
a { background-color: rgb(64,73,71); }
div.DivClassName
{
background-color: #404947;
}
.BgClassName
{
background-color: #404947;
}
</style>
border-color css
<style>
span { border-color: #404947; }
span { border-color: rgb(64,73,71); }
td.TdClassName
{
border-color: #404947;
}
.TagClassName
{
border-color: #404947;
}
</style>