Shades of Corduroy #414F4B
Tints of Corduroy #414F4B
RGB
CMYK
RGB Variations
Color information
#414F4B (or 0x414F4B) is known color: Corduroy. HEX triplet: 41, 4F and 4B. RGB value is (65,79,75). Sum of RGB (Red+Green+Blue) = 65+79+75=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 79 - color contains mainly: green. Hex color #414F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F4B is #BEB0B4. Grayscale: #4A4A4A. Windows color (decimal): -12497077 or 4935489. OLE color: 4935489.
HSL color Cylindrical-coordinate representation of color #414F4B: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #414F4B is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 79 | 75 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.69 |
| HSL | 162.86º | 0.1% | 0.28% | - |
| HSV(B) | 162.86º | 0.18% | 0.31% | - |
| XYZ | 6.25 | 7.22 | 7.72 | - |
| YUV | 74.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 79 | 75 | 0.18 | 0 | 0.05 | 0.69 | 162.86 | 0.1 | 0.28 |
| Hex | 41 | 4F | 4B | 12 | 0 | 5 | 45 | A3 | A | 1C |
| Octal | 101 | 117 | 113 | 22 | 0 | 5 | 105 | 243 | 12 | 34 |
| Binary | 1000001 | 1001111 | 1001011 | 10010 | 0 | 101 | 1000101 | 10100011 | 1010 | 11100 |
Color Harmonies of #414F4B
Complementary color
Monochromatic Colors of #414F4B
Black with #414F4B
Text Example
Text Example
White with #414F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414F4B; }
p { color: rgb(65,79,75); }
H1.HeaderClassName
{
color: #414F4B;
}
.AnyTagClassName
{
color: #414F4B;
}
</style>
background-color css
<style>
a { background-color: #414F4B; }
a { background-color: rgb(65,79,75); }
div.DivClassName
{
background-color: #414F4B;
}
.BgClassName
{
background-color: #414F4B;
}
</style>
border-color css
<style>
span { border-color: #414F4B; }
span { border-color: rgb(65,79,75); }
td.TdClassName
{
border-color: #414F4B;
}
.TagClassName
{
border-color: #414F4B;
}
</style>