Shades of Corduroy #4A514F
Tints of Corduroy #4A514F
RGB
CMYK
RGB Variations
Color information
#4A514F (or 0x4A514F) is known color: Corduroy. HEX triplet: 4A, 51 and 4F. RGB value is (74,81,79). Sum of RGB (Red+Green+Blue) = 74+81+79=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 81 - color contains mainly: green. Hex color #4A514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A514F is #B5AEB0. Grayscale: #4E4E4E. Windows color (decimal): -11906737 or 5198154. OLE color: 5198154.
HSL color Cylindrical-coordinate representation of color #4A514F: hue angle of 162.86º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4A514F is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 81 | 79 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.68 |
| HSL | 162.86º | 0.05% | 0.3% | - |
| HSV(B) | 162.86º | 0.09% | 0.32% | - |
| XYZ | 7.18 | 7.91 | 8.54 | - |
| YUV | 78.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 79 | 0.09 | 0 | 0.02 | 0.68 | 162.86 | 0.05 | 0.3 |
| Hex | 4A | 51 | 4F | 9 | 0 | 2 | 44 | A3 | 5 | 1E |
| Octal | 112 | 121 | 117 | 11 | 0 | 2 | 104 | 243 | 5 | 36 |
| Binary | 1001010 | 1010001 | 1001111 | 1001 | 0 | 10 | 1000100 | 10100011 | 101 | 11110 |
Color Harmonies of #4A514F
Complementary color
Monochromatic Colors of #4A514F
Black with #4A514F
Text Example
Text Example
White with #4A514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A514F; }
p { color: rgb(74,81,79); }
H1.HeaderClassName
{
color: #4A514F;
}
.AnyTagClassName
{
color: #4A514F;
}
</style>
background-color css
<style>
a { background-color: #4A514F; }
a { background-color: rgb(74,81,79); }
div.DivClassName
{
background-color: #4A514F;
}
.BgClassName
{
background-color: #4A514F;
}
</style>
border-color css
<style>
span { border-color: #4A514F; }
span { border-color: rgb(74,81,79); }
td.TdClassName
{
border-color: #4A514F;
}
.TagClassName
{
border-color: #4A514F;
}
</style>