Shades of Corduroy #424D49
Tints of Corduroy #424D49
RGB
CMYK
RGB Variations
Color information
#424D49 (or 0x424D49) is known color: Corduroy. HEX triplet: 42, 4D and 49. RGB value is (66,77,73). Sum of RGB (Red+Green+Blue) = 66+77+73=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 77 - color contains mainly: green. Hex color #424D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D49 is #BDB2B6. Grayscale: #494949. Windows color (decimal): -12432055 or 4803906. OLE color: 4803906.
HSL color Cylindrical-coordinate representation of color #424D49: hue angle of 158.18º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #424D49 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 77 | 73 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.70 |
| HSL | 158.18º | 0.08% | 0.28% | - |
| HSV(B) | 158.18º | 0.14% | 0.3% | - |
| XYZ | 6.1 | 6.95 | 7.32 | - |
| YUV | 73.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 73 | 0.14 | 0 | 0.05 | 0.70 | 158.18 | 0.08 | 0.28 |
| Hex | 42 | 4D | 49 | E | 0 | 5 | 46 | 9E | 8 | 1C |
| Octal | 102 | 115 | 111 | 16 | 0 | 5 | 106 | 236 | 10 | 34 |
| Binary | 1000010 | 1001101 | 1001001 | 1110 | 0 | 101 | 1000110 | 10011110 | 1000 | 11100 |
Color Harmonies of #424D49
Complementary color
Monochromatic Colors of #424D49
Black with #424D49
Text Example
Text Example
White with #424D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D49; }
p { color: rgb(66,77,73); }
H1.HeaderClassName
{
color: #424D49;
}
.AnyTagClassName
{
color: #424D49;
}
</style>
background-color css
<style>
a { background-color: #424D49; }
a { background-color: rgb(66,77,73); }
div.DivClassName
{
background-color: #424D49;
}
.BgClassName
{
background-color: #424D49;
}
</style>
border-color css
<style>
span { border-color: #424D49; }
span { border-color: rgb(66,77,73); }
td.TdClassName
{
border-color: #424D49;
}
.TagClassName
{
border-color: #424D49;
}
</style>