Shades of Corduroy #424B49
Tints of Corduroy #424B49
RGB
CMYK
RGB Variations
Color information
#424B49 (or 0x424B49) is known color: Corduroy. HEX triplet: 42, 4B and 49. RGB value is (66,75,73). Sum of RGB (Red+Green+Blue) = 66+75+73=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 75 - color contains mainly: green. Hex color #424B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B49 is #BDB4B6. Grayscale: #484848. Windows color (decimal): -12432567 or 4803394. OLE color: 4803394.
HSL color Cylindrical-coordinate representation of color #424B49: hue angle of 166.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #424B49 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 75 | 73 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.71 |
| HSL | 166.67º | 0.06% | 0.28% | - |
| HSV(B) | 166.67º | 0.12% | 0.29% | - |
| XYZ | 5.97 | 6.67 | 7.28 | - |
| YUV | 72.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 73 | 0.12 | 0 | 0.03 | 0.71 | 166.67 | 0.06 | 0.28 |
| Hex | 42 | 4B | 49 | C | 0 | 3 | 47 | A7 | 6 | 1C |
| Octal | 102 | 113 | 111 | 14 | 0 | 3 | 107 | 247 | 6 | 34 |
| Binary | 1000010 | 1001011 | 1001001 | 1100 | 0 | 11 | 1000111 | 10100111 | 110 | 11100 |
Color Harmonies of #424B49
Complementary color
Monochromatic Colors of #424B49
Black with #424B49
Text Example
Text Example
White with #424B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B49; }
p { color: rgb(66,75,73); }
H1.HeaderClassName
{
color: #424B49;
}
.AnyTagClassName
{
color: #424B49;
}
</style>
background-color css
<style>
a { background-color: #424B49; }
a { background-color: rgb(66,75,73); }
div.DivClassName
{
background-color: #424B49;
}
.BgClassName
{
background-color: #424B49;
}
</style>
border-color css
<style>
span { border-color: #424B49; }
span { border-color: rgb(66,75,73); }
td.TdClassName
{
border-color: #424B49;
}
.TagClassName
{
border-color: #424B49;
}
</style>