Shades of Corduroy #464E4C
Tints of Corduroy #464E4C
RGB
CMYK
RGB Variations
Color information
#464E4C (or 0x464E4C) is known color: Corduroy. HEX triplet: 46, 4E and 4C. RGB value is (70,78,76). Sum of RGB (Red+Green+Blue) = 70+78+76=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 78 - color contains mainly: green. Hex color #464E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E4C is #B9B1B3. Grayscale: #4B4B4B. Windows color (decimal): -12169652 or 5000774. OLE color: 5000774.
HSL color Cylindrical-coordinate representation of color #464E4C: hue angle of 165º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #464E4C is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 78 | 76 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.69 |
| HSL | 165º | 0.05% | 0.29% | - |
| HSV(B) | 165º | 0.1% | 0.31% | - |
| XYZ | 6.55 | 7.27 | 7.9 | - |
| YUV | 75.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 76 | 0.10 | 0 | 0.03 | 0.69 | 165 | 0.05 | 0.29 |
| Hex | 46 | 4E | 4C | A | 0 | 3 | 45 | A5 | 5 | 1D |
| Octal | 106 | 116 | 114 | 12 | 0 | 3 | 105 | 245 | 5 | 35 |
| Binary | 1000110 | 1001110 | 1001100 | 1010 | 0 | 11 | 1000101 | 10100101 | 101 | 11101 |
Color Harmonies of #464E4C
Complementary color
Monochromatic Colors of #464E4C
Black with #464E4C
Text Example
Text Example
White with #464E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E4C; }
p { color: rgb(70,78,76); }
H1.HeaderClassName
{
color: #464E4C;
}
.AnyTagClassName
{
color: #464E4C;
}
</style>
background-color css
<style>
a { background-color: #464E4C; }
a { background-color: rgb(70,78,76); }
div.DivClassName
{
background-color: #464E4C;
}
.BgClassName
{
background-color: #464E4C;
}
</style>
border-color css
<style>
span { border-color: #464E4C; }
span { border-color: rgb(70,78,76); }
td.TdClassName
{
border-color: #464E4C;
}
.TagClassName
{
border-color: #464E4C;
}
</style>