Shades of Corduroy #494C4B
Tints of Corduroy #494C4B
RGB
CMYK
RGB Variations
Color information
#494C4B (or 0x494C4B) is known color: Corduroy. HEX triplet: 49, 4C and 4B. RGB value is (73,76,75). Sum of RGB (Red+Green+Blue) = 73+76+75=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 76 - color contains mainly: green. Hex color #494C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C4B is #B6B3B4. Grayscale: #4A4A4A. Windows color (decimal): -11973557 or 4934729. OLE color: 4934729.
HSL color Cylindrical-coordinate representation of color #494C4B: hue angle of 160º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #494C4B is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 76 | 75 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.70 |
| HSL | 160º | 0.02% | 0.29% | - |
| HSV(B) | 160º | 0.04% | 0.3% | - |
| XYZ | 6.6 | 7.09 | 7.68 | - |
| YUV | 74.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 75 | 0.04 | 0 | 0.01 | 0.70 | 160 | 0.02 | 0.29 |
| Hex | 49 | 4C | 4B | 4 | 0 | 1 | 46 | A0 | 2 | 1D |
| Octal | 111 | 114 | 113 | 4 | 0 | 1 | 106 | 240 | 2 | 35 |
| Binary | 1001001 | 1001100 | 1001011 | 100 | 0 | 1 | 1000110 | 10100000 | 10 | 11101 |
Color Harmonies of #494C4B
Complementary color
Monochromatic Colors of #494C4B
Black with #494C4B
Text Example
Text Example
White with #494C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C4B; }
p { color: rgb(73,76,75); }
H1.HeaderClassName
{
color: #494C4B;
}
.AnyTagClassName
{
color: #494C4B;
}
</style>
background-color css
<style>
a { background-color: #494C4B; }
a { background-color: rgb(73,76,75); }
div.DivClassName
{
background-color: #494C4B;
}
.BgClassName
{
background-color: #494C4B;
}
</style>
border-color css
<style>
span { border-color: #494C4B; }
span { border-color: rgb(73,76,75); }
td.TdClassName
{
border-color: #494C4B;
}
.TagClassName
{
border-color: #494C4B;
}
</style>