Shades of Corduroy #414B47
Tints of Corduroy #414B47
RGB
CMYK
RGB Variations
Color information
#414B47 (or 0x414B47) is known color: Corduroy. HEX triplet: 41, 4B and 47. RGB value is (65,75,71). Sum of RGB (Red+Green+Blue) = 65+75+71=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 75 - color contains mainly: green. Hex color #414B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B47 is #BEB4B8. Grayscale: #474747. Windows color (decimal): -12498105 or 4672321. OLE color: 4672321.
HSL color Cylindrical-coordinate representation of color #414B47: hue angle of 156º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #414B47 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 75 | 71 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.71 |
| HSL | 156º | 0.07% | 0.27% | - |
| HSV(B) | 156º | 0.13% | 0.29% | - |
| XYZ | 5.83 | 6.61 | 6.93 | - |
| YUV | 71.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 71 | 0.13 | 0 | 0.05 | 0.71 | 156 | 0.07 | 0.27 |
| Hex | 41 | 4B | 47 | D | 0 | 5 | 47 | 9C | 7 | 1B |
| Octal | 101 | 113 | 107 | 15 | 0 | 5 | 107 | 234 | 7 | 33 |
| Binary | 1000001 | 1001011 | 1000111 | 1101 | 0 | 101 | 1000111 | 10011100 | 111 | 11011 |
Color Harmonies of #414B47
Complementary color
Monochromatic Colors of #414B47
Black with #414B47
Text Example
Text Example
White with #414B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B47; }
p { color: rgb(65,75,71); }
H1.HeaderClassName
{
color: #414B47;
}
.AnyTagClassName
{
color: #414B47;
}
</style>
background-color css
<style>
a { background-color: #414B47; }
a { background-color: rgb(65,75,71); }
div.DivClassName
{
background-color: #414B47;
}
.BgClassName
{
background-color: #414B47;
}
</style>
border-color css
<style>
span { border-color: #414B47; }
span { border-color: rgb(65,75,71); }
td.TdClassName
{
border-color: #414B47;
}
.TagClassName
{
border-color: #414B47;
}
</style>