Shades of Corduroy #47504D
Tints of Corduroy #47504D
RGB
CMYK
RGB Variations
Color information
#47504D (or 0x47504D) is known color: Corduroy. HEX triplet: 47, 50 and 4D. RGB value is (71,80,77). Sum of RGB (Red+Green+Blue) = 71+80+77=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 80 - color contains mainly: green. Hex color #47504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47504D is #B8AFB2. Grayscale: #4C4C4C. Windows color (decimal): -12103603 or 5066823. OLE color: 5066823.
HSL color Cylindrical-coordinate representation of color #47504D: hue angle of 160º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #47504D is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 80 | 77 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.69 |
| HSL | 160º | 0.06% | 0.3% | - |
| HSV(B) | 160º | 0.11% | 0.31% | - |
| XYZ | 6.81 | 7.61 | 8.13 | - |
| YUV | 76.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 77 | 0.11 | 0 | 0.04 | 0.69 | 160 | 0.06 | 0.3 |
| Hex | 47 | 50 | 4D | B | 0 | 4 | 45 | A0 | 6 | 1E |
| Octal | 107 | 120 | 115 | 13 | 0 | 4 | 105 | 240 | 6 | 36 |
| Binary | 1000111 | 1010000 | 1001101 | 1011 | 0 | 100 | 1000101 | 10100000 | 110 | 11110 |
Color Harmonies of #47504D
Complementary color
Monochromatic Colors of #47504D
Black with #47504D
Text Example
Text Example
White with #47504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47504D; }
p { color: rgb(71,80,77); }
H1.HeaderClassName
{
color: #47504D;
}
.AnyTagClassName
{
color: #47504D;
}
</style>
background-color css
<style>
a { background-color: #47504D; }
a { background-color: rgb(71,80,77); }
div.DivClassName
{
background-color: #47504D;
}
.BgClassName
{
background-color: #47504D;
}
</style>
border-color css
<style>
span { border-color: #47504D; }
span { border-color: rgb(71,80,77); }
td.TdClassName
{
border-color: #47504D;
}
.TagClassName
{
border-color: #47504D;
}
</style>