Shades of Corduroy #404B46
Tints of Corduroy #404B46
RGB
CMYK
RGB Variations
Color information
#404B46 (or 0x404B46) is known color: Corduroy. HEX triplet: 40, 4B and 46. RGB value is (64,75,70). Sum of RGB (Red+Green+Blue) = 64+75+70=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 75 - color contains mainly: green. Hex color #404B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B46 is #BFB4B9. Grayscale: #474747. Windows color (decimal): -12563642 or 4606784. OLE color: 4606784.
HSL color Cylindrical-coordinate representation of color #404B46: hue angle of 152.73º 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 #404B46 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 70 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.71 |
| HSL | 152.73º | 0.08% | 0.27% | - |
| HSV(B) | 152.73º | 0.15% | 0.29% | - |
| XYZ | 5.74 | 6.56 | 6.76 | - |
| YUV | 71.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 70 | 0.15 | 0 | 0.07 | 0.71 | 152.73 | 0.08 | 0.27 |
| Hex | 40 | 4B | 46 | F | 0 | 7 | 47 | 99 | 8 | 1B |
| Octal | 100 | 113 | 106 | 17 | 0 | 7 | 107 | 231 | 10 | 33 |
| Binary | 1000000 | 1001011 | 1000110 | 1111 | 0 | 111 | 1000111 | 10011001 | 1000 | 11011 |
Color Harmonies of #404B46
Complementary color
Monochromatic Colors of #404B46
Black with #404B46
Text Example
Text Example
White with #404B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B46; }
p { color: rgb(64,75,70); }
H1.HeaderClassName
{
color: #404B46;
}
.AnyTagClassName
{
color: #404B46;
}
</style>
background-color css
<style>
a { background-color: #404B46; }
a { background-color: rgb(64,75,70); }
div.DivClassName
{
background-color: #404B46;
}
.BgClassName
{
background-color: #404B46;
}
</style>
border-color css
<style>
span { border-color: #404B46; }
span { border-color: rgb(64,75,70); }
td.TdClassName
{
border-color: #404B46;
}
.TagClassName
{
border-color: #404B46;
}
</style>