Shades of Corduroy #424C48
Tints of Corduroy #424C48
RGB
CMYK
RGB Variations
Color information
#424C48 (or 0x424C48) is known color: Corduroy. HEX triplet: 42, 4C and 48. RGB value is (66,76,72). Sum of RGB (Red+Green+Blue) = 66+76+72=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 76 - color contains mainly: green. Hex color #424C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C48 is #BDB3B7. Grayscale: #484848. Windows color (decimal): -12432312 or 4738114. OLE color: 4738114.
HSL color Cylindrical-coordinate representation of color #424C48: hue angle of 156º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #424C48 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 76 | 72 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.70 |
| HSL | 156º | 0.07% | 0.28% | - |
| HSV(B) | 156º | 0.13% | 0.3% | - |
| XYZ | 6 | 6.8 | 7.13 | - |
| YUV | 72.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 72 | 0.13 | 0 | 0.05 | 0.70 | 156 | 0.07 | 0.28 |
| Hex | 42 | 4C | 48 | D | 0 | 5 | 46 | 9C | 7 | 1C |
| Octal | 102 | 114 | 110 | 15 | 0 | 5 | 106 | 234 | 7 | 34 |
| Binary | 1000010 | 1001100 | 1001000 | 1101 | 0 | 101 | 1000110 | 10011100 | 111 | 11100 |
Color Harmonies of #424C48
Complementary color
Monochromatic Colors of #424C48
Black with #424C48
Text Example
Text Example
White with #424C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C48; }
p { color: rgb(66,76,72); }
H1.HeaderClassName
{
color: #424C48;
}
.AnyTagClassName
{
color: #424C48;
}
</style>
background-color css
<style>
a { background-color: #424C48; }
a { background-color: rgb(66,76,72); }
div.DivClassName
{
background-color: #424C48;
}
.BgClassName
{
background-color: #424C48;
}
</style>
border-color css
<style>
span { border-color: #424C48; }
span { border-color: rgb(66,76,72); }
td.TdClassName
{
border-color: #424C48;
}
.TagClassName
{
border-color: #424C48;
}
</style>