Shades of Corduroy #424A47
Tints of Corduroy #424A47
RGB
CMYK
RGB Variations
Color information
#424A47 (or 0x424A47) is known color: Corduroy. HEX triplet: 42, 4A and 47. RGB value is (66,74,71). Sum of RGB (Red+Green+Blue) = 66+74+71=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 74 - color contains mainly: green. Hex color #424A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424A47 is #BDB5B8. Grayscale: #474747. Windows color (decimal): -12432825 or 4672066. OLE color: 4672066.
HSL color Cylindrical-coordinate representation of color #424A47: hue angle of 157.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #424A47 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 74 | 71 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.71 |
| HSL | 157.5º | 0.06% | 0.27% | - |
| HSV(B) | 157.5º | 0.11% | 0.29% | - |
| XYZ | 5.83 | 6.51 | 6.91 | - |
| YUV | 71.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 71 | 0.11 | 0 | 0.04 | 0.71 | 157.5 | 0.06 | 0.27 |
| Hex | 42 | 4A | 47 | B | 0 | 4 | 47 | 9E | 6 | 1B |
| Octal | 102 | 112 | 107 | 13 | 0 | 4 | 107 | 236 | 6 | 33 |
| Binary | 1000010 | 1001010 | 1000111 | 1011 | 0 | 100 | 1000111 | 10011110 | 110 | 11011 |
Color Harmonies of #424A47
Complementary color
Monochromatic Colors of #424A47
Black with #424A47
Text Example
Text Example
White with #424A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424A47; }
p { color: rgb(66,74,71); }
H1.HeaderClassName
{
color: #424A47;
}
.AnyTagClassName
{
color: #424A47;
}
</style>
background-color css
<style>
a { background-color: #424A47; }
a { background-color: rgb(66,74,71); }
div.DivClassName
{
background-color: #424A47;
}
.BgClassName
{
background-color: #424A47;
}
</style>
border-color css
<style>
span { border-color: #424A47; }
span { border-color: rgb(66,74,71); }
td.TdClassName
{
border-color: #424A47;
}
.TagClassName
{
border-color: #424A47;
}
</style>