Shades of Corduroy #46534F
Tints of Corduroy #46534F
RGB
CMYK
RGB Variations
Color information
#46534F (or 0x46534F) is known color: Corduroy. HEX triplet: 46, 53 and 4F. RGB value is (70,83,79). Sum of RGB (Red+Green+Blue) = 70+83+79=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #46534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46534F is #B9ACB0. Grayscale: #4E4E4E. Windows color (decimal): -12168369 or 5198662. OLE color: 5198662.
HSL color Cylindrical-coordinate representation of color #46534F: hue angle of 161.54º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #46534F is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 83 | 79 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.67 |
| HSL | 161.54º | 0.08% | 0.3% | - |
| HSV(B) | 161.54º | 0.16% | 0.33% | - |
| XYZ | 7.03 | 8.05 | 8.58 | - |
| YUV | 78.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 79 | 0.16 | 0 | 0.05 | 0.67 | 161.54 | 0.08 | 0.3 |
| Hex | 46 | 53 | 4F | 10 | 0 | 5 | 43 | A2 | 8 | 1E |
| Octal | 106 | 123 | 117 | 20 | 0 | 5 | 103 | 242 | 10 | 36 |
| Binary | 1000110 | 1010011 | 1001111 | 10000 | 0 | 101 | 1000011 | 10100010 | 1000 | 11110 |
Color Harmonies of #46534F
Complementary color
Monochromatic Colors of #46534F
Black with #46534F
Text Example
Text Example
White with #46534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46534F; }
p { color: rgb(70,83,79); }
H1.HeaderClassName
{
color: #46534F;
}
.AnyTagClassName
{
color: #46534F;
}
</style>
background-color css
<style>
a { background-color: #46534F; }
a { background-color: rgb(70,83,79); }
div.DivClassName
{
background-color: #46534F;
}
.BgClassName
{
background-color: #46534F;
}
</style>
border-color css
<style>
span { border-color: #46534F; }
span { border-color: rgb(70,83,79); }
td.TdClassName
{
border-color: #46534F;
}
.TagClassName
{
border-color: #46534F;
}
</style>