Shades of Corduroy #4A4D4C
Tints of Corduroy #4A4D4C
RGB
CMYK
RGB Variations
Color information
#4A4D4C (or 0x4A4D4C) is known color: Corduroy. HEX triplet: 4A, 4D and 4C. RGB value is (74,77,76). Sum of RGB (Red+Green+Blue) = 74+77+76=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 77 - color contains mainly: green. Hex color #4A4D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4D4C is #B5B2B3. Grayscale: #4B4B4B. Windows color (decimal): -11907764 or 5000522. OLE color: 5000522.
HSL color Cylindrical-coordinate representation of color #4A4D4C: hue angle of 160º degrees, saturation: 0.02, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4A4D4C is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 77 | 76 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.70 |
| HSL | 160º | 0.02% | 0.3% | - |
| HSV(B) | 160º | 0.04% | 0.3% | - |
| XYZ | 6.78 | 7.29 | 7.89 | - |
| YUV | 75.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 77 | 76 | 0.04 | 0 | 0.01 | 0.70 | 160 | 0.02 | 0.3 |
| Hex | 4A | 4D | 4C | 4 | 0 | 1 | 46 | A0 | 2 | 1E |
| Octal | 112 | 115 | 114 | 4 | 0 | 1 | 106 | 240 | 2 | 36 |
| Binary | 1001010 | 1001101 | 1001100 | 100 | 0 | 1 | 1000110 | 10100000 | 10 | 11110 |
Color Harmonies of #4A4D4C
Complementary color
Monochromatic Colors of #4A4D4C
Black with #4A4D4C
Text Example
Text Example
White with #4A4D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4D4C; }
p { color: rgb(74,77,76); }
H1.HeaderClassName
{
color: #4A4D4C;
}
.AnyTagClassName
{
color: #4A4D4C;
}
</style>
background-color css
<style>
a { background-color: #4A4D4C; }
a { background-color: rgb(74,77,76); }
div.DivClassName
{
background-color: #4A4D4C;
}
.BgClassName
{
background-color: #4A4D4C;
}
</style>
border-color css
<style>
span { border-color: #4A4D4C; }
span { border-color: rgb(74,77,76); }
td.TdClassName
{
border-color: #4A4D4C;
}
.TagClassName
{
border-color: #4A4D4C;
}
</style>