Shades of Corduroy #46514E
Tints of Corduroy #46514E
RGB
CMYK
RGB Variations
Color information
#46514E (or 0x46514E) is known color: Corduroy. HEX triplet: 46, 51 and 4E. RGB value is (70,81,78). Sum of RGB (Red+Green+Blue) = 70+81+78=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 81 - color contains mainly: green. Hex color #46514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46514E is #B9AEB1. Grayscale: #4D4D4D. Windows color (decimal): -12168882 or 5132614. OLE color: 5132614.
HSL color Cylindrical-coordinate representation of color #46514E: hue angle of 163.64º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #46514E is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 78 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.68 |
| HSL | 163.64º | 0.07% | 0.3% | - |
| HSV(B) | 163.64º | 0.14% | 0.32% | - |
| XYZ | 6.84 | 7.74 | 8.34 | - |
| YUV | 77.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 78 | 0.14 | 0 | 0.04 | 0.68 | 163.64 | 0.07 | 0.3 |
| Hex | 46 | 51 | 4E | E | 0 | 4 | 44 | A4 | 7 | 1E |
| Octal | 106 | 121 | 116 | 16 | 0 | 4 | 104 | 244 | 7 | 36 |
| Binary | 1000110 | 1010001 | 1001110 | 1110 | 0 | 100 | 1000100 | 10100100 | 111 | 11110 |
Color Harmonies of #46514E
Complementary color
Monochromatic Colors of #46514E
Black with #46514E
Text Example
Text Example
White with #46514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46514E; }
p { color: rgb(70,81,78); }
H1.HeaderClassName
{
color: #46514E;
}
.AnyTagClassName
{
color: #46514E;
}
</style>
background-color css
<style>
a { background-color: #46514E; }
a { background-color: rgb(70,81,78); }
div.DivClassName
{
background-color: #46514E;
}
.BgClassName
{
background-color: #46514E;
}
</style>
border-color css
<style>
span { border-color: #46514E; }
span { border-color: rgb(70,81,78); }
td.TdClassName
{
border-color: #46514E;
}
.TagClassName
{
border-color: #46514E;
}
</style>