Shades of Corduroy #414C47
Tints of Corduroy #414C47
RGB
CMYK
RGB Variations
Color information
#414C47 (or 0x414C47) is known color: Corduroy. HEX triplet: 41, 4C and 47. RGB value is (65,76,71). Sum of RGB (Red+Green+Blue) = 65+76+71=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 76 - color contains mainly: green. Hex color #414C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C47 is #BEB3B8. Grayscale: #484848. Windows color (decimal): -12497849 or 4672577. OLE color: 4672577.
HSL color Cylindrical-coordinate representation of color #414C47: hue angle of 152.73º 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 #414C47 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 71 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.70 |
| HSL | 152.73º | 0.08% | 0.28% | - |
| HSV(B) | 152.73º | 0.14% | 0.3% | - |
| XYZ | 5.9 | 6.75 | 6.95 | - |
| YUV | 72.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 71 | 0.14 | 0 | 0.07 | 0.70 | 152.73 | 0.08 | 0.28 |
| Hex | 41 | 4C | 47 | E | 0 | 7 | 46 | 99 | 8 | 1C |
| Octal | 101 | 114 | 107 | 16 | 0 | 7 | 106 | 231 | 10 | 34 |
| Binary | 1000001 | 1001100 | 1000111 | 1110 | 0 | 111 | 1000110 | 10011001 | 1000 | 11100 |
Color Harmonies of #414C47
Complementary color
Monochromatic Colors of #414C47
Black with #414C47
Text Example
Text Example
White with #414C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C47; }
p { color: rgb(65,76,71); }
H1.HeaderClassName
{
color: #414C47;
}
.AnyTagClassName
{
color: #414C47;
}
</style>
background-color css
<style>
a { background-color: #414C47; }
a { background-color: rgb(65,76,71); }
div.DivClassName
{
background-color: #414C47;
}
.BgClassName
{
background-color: #414C47;
}
</style>
border-color css
<style>
span { border-color: #414C47; }
span { border-color: rgb(65,76,71); }
td.TdClassName
{
border-color: #414C47;
}
.TagClassName
{
border-color: #414C47;
}
</style>