Shades of Corduroy #414C48
Tints of Corduroy #414C48
RGB
CMYK
RGB Variations
Color information
#414C48 (or 0x414C48) is known color: Corduroy. HEX triplet: 41, 4C and 48. RGB value is (65,76,72). Sum of RGB (Red+Green+Blue) = 65+76+72=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 76 - color contains mainly: green. Hex color #414C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C48 is #BEB3B7. Grayscale: #484848. Windows color (decimal): -12497848 or 4738113. OLE color: 4738113.
HSL color Cylindrical-coordinate representation of color #414C48: 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 #414C48 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 72 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.70 |
| HSL | 158.18º | 0.08% | 0.28% | - |
| HSV(B) | 158.18º | 0.14% | 0.3% | - |
| XYZ | 5.93 | 6.76 | 7.12 | - |
| YUV | 72.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 72 | 0.14 | 0 | 0.05 | 0.70 | 158.18 | 0.08 | 0.28 |
| Hex | 41 | 4C | 48 | E | 0 | 5 | 46 | 9E | 8 | 1C |
| Octal | 101 | 114 | 110 | 16 | 0 | 5 | 106 | 236 | 10 | 34 |
| Binary | 1000001 | 1001100 | 1001000 | 1110 | 0 | 101 | 1000110 | 10011110 | 1000 | 11100 |
Color Harmonies of #414C48
Complementary color
Monochromatic Colors of #414C48
Black with #414C48
Text Example
Text Example
White with #414C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C48; }
p { color: rgb(65,76,72); }
H1.HeaderClassName
{
color: #414C48;
}
.AnyTagClassName
{
color: #414C48;
}
</style>
background-color css
<style>
a { background-color: #414C48; }
a { background-color: rgb(65,76,72); }
div.DivClassName
{
background-color: #414C48;
}
.BgClassName
{
background-color: #414C48;
}
</style>
border-color css
<style>
span { border-color: #414C48; }
span { border-color: rgb(65,76,72); }
td.TdClassName
{
border-color: #414C48;
}
.TagClassName
{
border-color: #414C48;
}
</style>