Shades of Corduroy #404745
Tints of Corduroy #404745
RGB
CMYK
RGB Variations
Color information
#404745 (or 0x404745) is known color: Corduroy. HEX triplet: 40, 47 and 45. RGB value is (64,71,69). Sum of RGB (Red+Green+Blue) = 64+71+69=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 71 - color contains mainly: green. Hex color #404745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404745 is #BFB8BA. Grayscale: #444444. Windows color (decimal): -12564667 or 4540224. OLE color: 4540224.
HSL color Cylindrical-coordinate representation of color #404745: hue angle of 162.86º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #404745 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 69 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.72 |
| HSL | 162.86º | 0.05% | 0.26% | - |
| HSV(B) | 162.86º | 0.1% | 0.28% | - |
| XYZ | 5.44 | 6.03 | 6.51 | - |
| YUV | 68.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 69 | 0.10 | 0 | 0.03 | 0.72 | 162.86 | 0.05 | 0.26 |
| Hex | 40 | 47 | 45 | A | 0 | 3 | 48 | A3 | 5 | 1A |
| Octal | 100 | 107 | 105 | 12 | 0 | 3 | 110 | 243 | 5 | 32 |
| Binary | 1000000 | 1000111 | 1000101 | 1010 | 0 | 11 | 1001000 | 10100011 | 101 | 11010 |
Color Harmonies of #404745
Complementary color
Monochromatic Colors of #404745
Black with #404745
Text Example
Text Example
White with #404745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404745; }
p { color: rgb(64,71,69); }
H1.HeaderClassName
{
color: #404745;
}
.AnyTagClassName
{
color: #404745;
}
</style>
background-color css
<style>
a { background-color: #404745; }
a { background-color: rgb(64,71,69); }
div.DivClassName
{
background-color: #404745;
}
.BgClassName
{
background-color: #404745;
}
</style>
border-color css
<style>
span { border-color: #404745; }
span { border-color: rgb(64,71,69); }
td.TdClassName
{
border-color: #404745;
}
.TagClassName
{
border-color: #404745;
}
</style>