Shades of Corduroy #404D49
Tints of Corduroy #404D49
RGB
CMYK
RGB Variations
Color information
#404D49 (or 0x404D49) is known color: Corduroy. HEX triplet: 40, 4D and 49. RGB value is (64,77,73). Sum of RGB (Red+Green+Blue) = 64+77+73=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 77 - color contains mainly: green. Hex color #404D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D49 is #BFB2B6. Grayscale: #484848. Windows color (decimal): -12563127 or 4803904. OLE color: 4803904.
HSL color Cylindrical-coordinate representation of color #404D49: hue angle of 161.54º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #404D49 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
RGB | 64 | 77 | 73 | - |
CMYK | 0.17 | 0 | 0.05 | 0.70 |
HSL | 161.54º | 0.09% | 0.28% | - |
HSV(B) | 161.54º | 0.17% | 0.3% | - |
XYZ | 5.97 | 6.88 | 7.32 | - |
YUV | 72.66 | 128.19 | 121.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 64 | 77 | 73 | 0.17 | 0 | 0.05 | 0.70 | 161.54 | 0.09 | 0.28 |
Hex | 40 | 4D | 49 | 11 | 0 | 5 | 46 | A2 | 9 | 1C |
Octal | 100 | 115 | 111 | 21 | 0 | 5 | 106 | 242 | 11 | 34 |
Binary | 1000000 | 1001101 | 1001001 | 10001 | 0 | 101 | 1000110 | 10100010 | 1001 | 11100 |
Color Harmonies of #404D49
Complementary color
Monochromatic Colors of #404D49
Black with #404D49
Text Example
Text Example
White with #404D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D49; }
p { color: rgb(64,77,73); }
H1.HeaderClassName
{
color: #404D49;
}
.AnyTagClassName
{
color: #404D49;
}
</style>
background-color css
<style>
a { background-color: #404D49; }
a { background-color: rgb(64,77,73); }
div.DivClassName
{
background-color: #404D49;
}
.BgClassName
{
background-color: #404D49;
}
</style>
border-color css
<style>
span { border-color: #404D49; }
span { border-color: rgb(64,77,73); }
td.TdClassName
{
border-color: #404D49;
}
.TagClassName
{
border-color: #404D49;
}
</style>