Shades of Corduroy #47504E
Tints of Corduroy #47504E
RGB
CMYK
RGB Variations
Color information
#47504E (or 0x47504E) is known color: Corduroy. HEX triplet: 47, 50 and 4E. RGB value is (71,80,78). Sum of RGB (Red+Green+Blue) = 71+80+78=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 80 - color contains mainly: green. Hex color #47504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47504E is #B8AFB1. Grayscale: #4D4D4D. Windows color (decimal): -12103602 or 5132359. OLE color: 5132359.
HSL color Cylindrical-coordinate representation of color #47504E: hue angle of 166.67º 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 #47504E is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 80 | 78 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.69 |
| HSL | 166.67º | 0.06% | 0.3% | - |
| HSV(B) | 166.67º | 0.11% | 0.31% | - |
| XYZ | 6.84 | 7.63 | 8.32 | - |
| YUV | 77.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 78 | 0.11 | 0 | 0.02 | 0.69 | 166.67 | 0.06 | 0.3 |
| Hex | 47 | 50 | 4E | B | 0 | 2 | 45 | A7 | 6 | 1E |
| Octal | 107 | 120 | 116 | 13 | 0 | 2 | 105 | 247 | 6 | 36 |
| Binary | 1000111 | 1010000 | 1001110 | 1011 | 0 | 10 | 1000101 | 10100111 | 110 | 11110 |
Color Harmonies of #47504E
Complementary color
Monochromatic Colors of #47504E
Black with #47504E
Text Example
Text Example
White with #47504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47504E; }
p { color: rgb(71,80,78); }
H1.HeaderClassName
{
color: #47504E;
}
.AnyTagClassName
{
color: #47504E;
}
</style>
background-color css
<style>
a { background-color: #47504E; }
a { background-color: rgb(71,80,78); }
div.DivClassName
{
background-color: #47504E;
}
.BgClassName
{
background-color: #47504E;
}
</style>
border-color css
<style>
span { border-color: #47504E; }
span { border-color: rgb(71,80,78); }
td.TdClassName
{
border-color: #47504E;
}
.TagClassName
{
border-color: #47504E;
}
</style>