Shades of Corduroy #404A47
Tints of Corduroy #404A47
RGB
CMYK
RGB Variations
Color information
#404A47 (or 0x404A47) is known color: Corduroy. HEX triplet: 40, 4A and 47. RGB value is (64,74,71). Sum of RGB (Red+Green+Blue) = 64+74+71=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 74 - color contains mainly: green. Hex color #404A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A47 is #BFB5B8. Grayscale: #464646. Windows color (decimal): -12563897 or 4672064. OLE color: 4672064.
HSL color Cylindrical-coordinate representation of color #404A47: hue angle of 162º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #404A47 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 74 | 71 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.71 |
| HSL | 162º | 0.07% | 0.27% | - |
| HSV(B) | 162º | 0.14% | 0.29% | - |
| XYZ | 5.7 | 6.44 | 6.9 | - |
| YUV | 70.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 71 | 0.14 | 0 | 0.04 | 0.71 | 162 | 0.07 | 0.27 |
| Hex | 40 | 4A | 47 | E | 0 | 4 | 47 | A2 | 7 | 1B |
| Octal | 100 | 112 | 107 | 16 | 0 | 4 | 107 | 242 | 7 | 33 |
| Binary | 1000000 | 1001010 | 1000111 | 1110 | 0 | 100 | 1000111 | 10100010 | 111 | 11011 |
Color Harmonies of #404A47
Complementary color
Monochromatic Colors of #404A47
Black with #404A47
Text Example
Text Example
White with #404A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A47; }
p { color: rgb(64,74,71); }
H1.HeaderClassName
{
color: #404A47;
}
.AnyTagClassName
{
color: #404A47;
}
</style>
background-color css
<style>
a { background-color: #404A47; }
a { background-color: rgb(64,74,71); }
div.DivClassName
{
background-color: #404A47;
}
.BgClassName
{
background-color: #404A47;
}
</style>
border-color css
<style>
span { border-color: #404A47; }
span { border-color: rgb(64,74,71); }
td.TdClassName
{
border-color: #404A47;
}
.TagClassName
{
border-color: #404A47;
}
</style>