Shades of Corduroy #49504E
Tints of Corduroy #49504E
RGB
CMYK
RGB Variations
Color information
#49504E (or 0x49504E) is known color: Corduroy. HEX triplet: 49, 50 and 4E. RGB value is (73,80,78). Sum of RGB (Red+Green+Blue) = 73+80+78=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 80 - color contains mainly: green. Hex color #49504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49504E is #B6AFB1. Grayscale: #4D4D4D. Windows color (decimal): -11972530 or 5132361. OLE color: 5132361.
HSL color Cylindrical-coordinate representation of color #49504E: hue angle of 162.86º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #49504E is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 78 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.69 |
| HSL | 162.86º | 0.05% | 0.3% | - |
| HSV(B) | 162.86º | 0.09% | 0.31% | - |
| XYZ | 6.99 | 7.7 | 8.33 | - |
| YUV | 77.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 78 | 0.09 | 0 | 0.02 | 0.69 | 162.86 | 0.05 | 0.3 |
| Hex | 49 | 50 | 4E | 9 | 0 | 2 | 45 | A3 | 5 | 1E |
| Octal | 111 | 120 | 116 | 11 | 0 | 2 | 105 | 243 | 5 | 36 |
| Binary | 1001001 | 1010000 | 1001110 | 1001 | 0 | 10 | 1000101 | 10100011 | 101 | 11110 |
Color Harmonies of #49504E
Complementary color
Monochromatic Colors of #49504E
Black with #49504E
Text Example
Text Example
White with #49504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49504E; }
p { color: rgb(73,80,78); }
H1.HeaderClassName
{
color: #49504E;
}
.AnyTagClassName
{
color: #49504E;
}
</style>
background-color css
<style>
a { background-color: #49504E; }
a { background-color: rgb(73,80,78); }
div.DivClassName
{
background-color: #49504E;
}
.BgClassName
{
background-color: #49504E;
}
</style>
border-color css
<style>
span { border-color: #49504E; }
span { border-color: rgb(73,80,78); }
td.TdClassName
{
border-color: #49504E;
}
.TagClassName
{
border-color: #49504E;
}
</style>