Shades of Corduroy #475450
Tints of Corduroy #475450
RGB
CMYK
RGB Variations
Color information
#475450 (or 0x475450) is known color: Corduroy. HEX triplet: 47, 54 and 50. RGB value is (71,84,80). Sum of RGB (Red+Green+Blue) = 71+84+80=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 84 - color contains mainly: green. Hex color #475450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475450 is #B8ABAF. Grayscale: #4F4F4F. Windows color (decimal): -12102576 or 5264455. OLE color: 5264455.
HSL color Cylindrical-coordinate representation of color #475450: hue angle of 161.54º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #475450 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 84 | 80 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.67 |
| HSL | 161.54º | 0.08% | 0.3% | - |
| HSV(B) | 161.54º | 0.15% | 0.33% | - |
| XYZ | 7.22 | 8.26 | 8.8 | - |
| YUV | 79.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 80 | 0.15 | 0 | 0.05 | 0.67 | 161.54 | 0.08 | 0.3 |
| Hex | 47 | 54 | 50 | F | 0 | 5 | 43 | A2 | 8 | 1E |
| Octal | 107 | 124 | 120 | 17 | 0 | 5 | 103 | 242 | 10 | 36 |
| Binary | 1000111 | 1010100 | 1010000 | 1111 | 0 | 101 | 1000011 | 10100010 | 1000 | 11110 |
Color Harmonies of #475450
Complementary color
Monochromatic Colors of #475450
Black with #475450
Text Example
Text Example
White with #475450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475450; }
p { color: rgb(71,84,80); }
H1.HeaderClassName
{
color: #475450;
}
.AnyTagClassName
{
color: #475450;
}
</style>
background-color css
<style>
a { background-color: #475450; }
a { background-color: rgb(71,84,80); }
div.DivClassName
{
background-color: #475450;
}
.BgClassName
{
background-color: #475450;
}
</style>
border-color css
<style>
span { border-color: #475450; }
span { border-color: rgb(71,84,80); }
td.TdClassName
{
border-color: #475450;
}
.TagClassName
{
border-color: #475450;
}
</style>