Shades of Corduroy #474F4D
Tints of Corduroy #474F4D
RGB
CMYK
RGB Variations
Color information
#474F4D (or 0x474F4D) is known color: Corduroy. HEX triplet: 47, 4F and 4D. RGB value is (71,79,77). Sum of RGB (Red+Green+Blue) = 71+79+77=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 79 - color contains mainly: green. Hex color #474F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F4D is #B8B0B2. Grayscale: #4C4C4C. Windows color (decimal): -12103859 or 5066567. OLE color: 5066567.
HSL color Cylindrical-coordinate representation of color #474F4D: hue angle of 165º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #474F4D is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 79 | 77 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.69 |
| HSL | 165º | 0.05% | 0.29% | - |
| HSV(B) | 165º | 0.1% | 0.31% | - |
| XYZ | 6.73 | 7.47 | 8.11 | - |
| YUV | 76.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 77 | 0.10 | 0 | 0.03 | 0.69 | 165 | 0.05 | 0.29 |
| Hex | 47 | 4F | 4D | A | 0 | 3 | 45 | A5 | 5 | 1D |
| Octal | 107 | 117 | 115 | 12 | 0 | 3 | 105 | 245 | 5 | 35 |
| Binary | 1000111 | 1001111 | 1001101 | 1010 | 0 | 11 | 1000101 | 10100101 | 101 | 11101 |
Color Harmonies of #474F4D
Complementary color
Monochromatic Colors of #474F4D
Black with #474F4D
Text Example
Text Example
White with #474F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F4D; }
p { color: rgb(71,79,77); }
H1.HeaderClassName
{
color: #474F4D;
}
.AnyTagClassName
{
color: #474F4D;
}
</style>
background-color css
<style>
a { background-color: #474F4D; }
a { background-color: rgb(71,79,77); }
div.DivClassName
{
background-color: #474F4D;
}
.BgClassName
{
background-color: #474F4D;
}
</style>
border-color css
<style>
span { border-color: #474F4D; }
span { border-color: rgb(71,79,77); }
td.TdClassName
{
border-color: #474F4D;
}
.TagClassName
{
border-color: #474F4D;
}
</style>