Shades of Corduroy #414C49
Tints of Corduroy #414C49
RGB
CMYK
RGB Variations
Color information
#414C49 (or 0x414C49) is known color: Corduroy. HEX triplet: 41, 4C and 49. RGB value is (65,76,73). Sum of RGB (Red+Green+Blue) = 65+76+73=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 76 - color contains mainly: green. Hex color #414C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C49 is #BEB3B6. Grayscale: #484848. Windows color (decimal): -12497847 or 4803649. OLE color: 4803649.
HSL color Cylindrical-coordinate representation of color #414C49: hue angle of 163.64º 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 #414C49 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 73 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.70 |
| HSL | 163.64º | 0.08% | 0.28% | - |
| HSV(B) | 163.64º | 0.14% | 0.3% | - |
| XYZ | 5.97 | 6.77 | 7.3 | - |
| YUV | 72.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 73 | 0.14 | 0 | 0.04 | 0.70 | 163.64 | 0.08 | 0.28 |
| Hex | 41 | 4C | 49 | E | 0 | 4 | 46 | A4 | 8 | 1C |
| Octal | 101 | 114 | 111 | 16 | 0 | 4 | 106 | 244 | 10 | 34 |
| Binary | 1000001 | 1001100 | 1001001 | 1110 | 0 | 100 | 1000110 | 10100100 | 1000 | 11100 |
Color Harmonies of #414C49
Complementary color
Monochromatic Colors of #414C49
Black with #414C49
Text Example
Text Example
White with #414C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C49; }
p { color: rgb(65,76,73); }
H1.HeaderClassName
{
color: #414C49;
}
.AnyTagClassName
{
color: #414C49;
}
</style>
background-color css
<style>
a { background-color: #414C49; }
a { background-color: rgb(65,76,73); }
div.DivClassName
{
background-color: #414C49;
}
.BgClassName
{
background-color: #414C49;
}
</style>
border-color css
<style>
span { border-color: #414C49; }
span { border-color: rgb(65,76,73); }
td.TdClassName
{
border-color: #414C49;
}
.TagClassName
{
border-color: #414C49;
}
</style>