Shades of Corduroy #424947
Tints of Corduroy #424947
RGB
CMYK
RGB Variations
Color information
#424947 (or 0x424947) is known color: Corduroy. HEX triplet: 42, 49 and 47. RGB value is (66,73,71). Sum of RGB (Red+Green+Blue) = 66+73+71=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 73 - color contains mainly: green. Hex color #424947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424947 is #BDB6B8. Grayscale: #464646. Windows color (decimal): -12433081 or 4671810. OLE color: 4671810.
HSL color Cylindrical-coordinate representation of color #424947: hue angle of 162.86º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #424947 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 73 | 71 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.71 |
| HSL | 162.86º | 0.05% | 0.27% | - |
| HSV(B) | 162.86º | 0.1% | 0.29% | - |
| XYZ | 5.77 | 6.38 | 6.89 | - |
| YUV | 70.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 71 | 0.10 | 0 | 0.03 | 0.71 | 162.86 | 0.05 | 0.27 |
| Hex | 42 | 49 | 47 | A | 0 | 3 | 47 | A3 | 5 | 1B |
| Octal | 102 | 111 | 107 | 12 | 0 | 3 | 107 | 243 | 5 | 33 |
| Binary | 1000010 | 1001001 | 1000111 | 1010 | 0 | 11 | 1000111 | 10100011 | 101 | 11011 |
Color Harmonies of #424947
Complementary color
Monochromatic Colors of #424947
Black with #424947
Text Example
Text Example
White with #424947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424947; }
p { color: rgb(66,73,71); }
H1.HeaderClassName
{
color: #424947;
}
.AnyTagClassName
{
color: #424947;
}
</style>
background-color css
<style>
a { background-color: #424947; }
a { background-color: rgb(66,73,71); }
div.DivClassName
{
background-color: #424947;
}
.BgClassName
{
background-color: #424947;
}
</style>
border-color css
<style>
span { border-color: #424947; }
span { border-color: rgb(66,73,71); }
td.TdClassName
{
border-color: #424947;
}
.TagClassName
{
border-color: #424947;
}
</style>