Shades of Corduroy #4C504F
Tints of Corduroy #4C504F
RGB
CMYK
RGB Variations
Color information
#4C504F (or 0x4C504F) is known color: Corduroy. HEX triplet: 4C, 50 and 4F. RGB value is (76,80,79). Sum of RGB (Red+Green+Blue) = 76+80+79=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 80 - color contains mainly: green. Hex color #4C504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C504F is #B3AFB0. Grayscale: #4E4E4E. Windows color (decimal): -11775921 or 5197900. OLE color: 5197900.
HSL color Cylindrical-coordinate representation of color #4C504F: hue angle of 165º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4C504F is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 80 | 79 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.69 |
| HSL | 165º | 0.03% | 0.31% | - |
| HSV(B) | 165º | 0.05% | 0.31% | - |
| XYZ | 7.26 | 7.84 | 8.53 | - |
| YUV | 78.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 80 | 79 | 0.05 | 0 | 0.01 | 0.69 | 165 | 0.03 | 0.31 |
| Hex | 4C | 50 | 4F | 5 | 0 | 1 | 45 | A5 | 3 | 1F |
| Octal | 114 | 120 | 117 | 5 | 0 | 1 | 105 | 245 | 3 | 37 |
| Binary | 1001100 | 1010000 | 1001111 | 101 | 0 | 1 | 1000101 | 10100101 | 11 | 11111 |
Color Harmonies of #4C504F
Complementary color
Monochromatic Colors of #4C504F
Black with #4C504F
Text Example
Text Example
White with #4C504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C504F; }
p { color: rgb(76,80,79); }
H1.HeaderClassName
{
color: #4C504F;
}
.AnyTagClassName
{
color: #4C504F;
}
</style>
background-color css
<style>
a { background-color: #4C504F; }
a { background-color: rgb(76,80,79); }
div.DivClassName
{
background-color: #4C504F;
}
.BgClassName
{
background-color: #4C504F;
}
</style>
border-color css
<style>
span { border-color: #4C504F; }
span { border-color: rgb(76,80,79); }
td.TdClassName
{
border-color: #4C504F;
}
.TagClassName
{
border-color: #4C504F;
}
</style>