Shades of Corduroy #404B48
Tints of Corduroy #404B48
RGB
CMYK
RGB Variations
Color information
#404B48 (or 0x404B48) is known color: Corduroy. HEX triplet: 40, 4B and 48. RGB value is (64,75,72). Sum of RGB (Red+Green+Blue) = 64+75+72=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 75 - color contains mainly: green. Hex color #404B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B48 is #BFB4B7. Grayscale: #474747. Windows color (decimal): -12563640 or 4737856. OLE color: 4737856.
HSL color Cylindrical-coordinate representation of color #404B48: hue angle of 163.64º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #404B48 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 72 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.71 |
| HSL | 163.64º | 0.08% | 0.27% | - |
| HSV(B) | 163.64º | 0.15% | 0.29% | - |
| XYZ | 5.8 | 6.59 | 7.1 | - |
| YUV | 71.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 72 | 0.15 | 0 | 0.04 | 0.71 | 163.64 | 0.08 | 0.27 |
| Hex | 40 | 4B | 48 | F | 0 | 4 | 47 | A4 | 8 | 1B |
| Octal | 100 | 113 | 110 | 17 | 0 | 4 | 107 | 244 | 10 | 33 |
| Binary | 1000000 | 1001011 | 1001000 | 1111 | 0 | 100 | 1000111 | 10100100 | 1000 | 11011 |
Color Harmonies of #404B48
Complementary color
Monochromatic Colors of #404B48
Black with #404B48
Text Example
Text Example
White with #404B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B48; }
p { color: rgb(64,75,72); }
H1.HeaderClassName
{
color: #404B48;
}
.AnyTagClassName
{
color: #404B48;
}
</style>
background-color css
<style>
a { background-color: #404B48; }
a { background-color: rgb(64,75,72); }
div.DivClassName
{
background-color: #404B48;
}
.BgClassName
{
background-color: #404B48;
}
</style>
border-color css
<style>
span { border-color: #404B48; }
span { border-color: rgb(64,75,72); }
td.TdClassName
{
border-color: #404B48;
}
.TagClassName
{
border-color: #404B48;
}
</style>