Shades of Corduroy #414E4B
Tints of Corduroy #414E4B
RGB
CMYK
RGB Variations
Color information
#414E4B (or 0x414E4B) is known color: Corduroy. HEX triplet: 41, 4E and 4B. RGB value is (65,78,75). Sum of RGB (Red+Green+Blue) = 65+78+75=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 78 - color contains mainly: green. Hex color #414E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E4B is #BEB1B4. Grayscale: #494949. Windows color (decimal): -12497333 or 4935233. OLE color: 4935233.
HSL color Cylindrical-coordinate representation of color #414E4B: hue angle of 166.15º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #414E4B is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 78 | 75 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.69 |
| HSL | 166.15º | 0.09% | 0.28% | - |
| HSV(B) | 166.15º | 0.17% | 0.31% | - |
| XYZ | 6.17 | 7.08 | 7.7 | - |
| YUV | 73.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 75 | 0.17 | 0 | 0.04 | 0.69 | 166.15 | 0.09 | 0.28 |
| Hex | 41 | 4E | 4B | 11 | 0 | 4 | 45 | A6 | 9 | 1C |
| Octal | 101 | 116 | 113 | 21 | 0 | 4 | 105 | 246 | 11 | 34 |
| Binary | 1000001 | 1001110 | 1001011 | 10001 | 0 | 100 | 1000101 | 10100110 | 1001 | 11100 |
Color Harmonies of #414E4B
Complementary color
Monochromatic Colors of #414E4B
Black with #414E4B
Text Example
Text Example
White with #414E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E4B; }
p { color: rgb(65,78,75); }
H1.HeaderClassName
{
color: #414E4B;
}
.AnyTagClassName
{
color: #414E4B;
}
</style>
background-color css
<style>
a { background-color: #414E4B; }
a { background-color: rgb(65,78,75); }
div.DivClassName
{
background-color: #414E4B;
}
.BgClassName
{
background-color: #414E4B;
}
</style>
border-color css
<style>
span { border-color: #414E4B; }
span { border-color: rgb(65,78,75); }
td.TdClassName
{
border-color: #414E4B;
}
.TagClassName
{
border-color: #414E4B;
}
</style>