Shades of Corduroy #3F4A46
Tints of Corduroy #3F4A46
RGB
CMYK
RGB Variations
Color information
#3F4A46 (or 0x3F4A46) is known color: Corduroy. HEX triplet: 3F, 4A and 46. RGB value is (63,74,70). Sum of RGB (Red+Green+Blue) = 63+74+70=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A46 is #C0B5B9. Grayscale: #464646. Windows color (decimal): -12629434 or 4606527. OLE color: 4606527.
HSL color Cylindrical-coordinate representation of color #3F4A46: hue angle of 158.18º 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 #3F4A46 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 74 | 70 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.71 |
| HSL | 158.18º | 0.08% | 0.27% | - |
| HSV(B) | 158.18º | 0.15% | 0.29% | - |
| XYZ | 5.6 | 6.4 | 6.73 | - |
| YUV | 70.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 70 | 0.15 | 0 | 0.05 | 0.71 | 158.18 | 0.08 | 0.27 |
| Hex | 3F | 4A | 46 | F | 0 | 5 | 47 | 9E | 8 | 1B |
| Octal | 77 | 112 | 106 | 17 | 0 | 5 | 107 | 236 | 10 | 33 |
| Binary | 111111 | 1001010 | 1000110 | 1111 | 0 | 101 | 1000111 | 10011110 | 1000 | 11011 |
Color Harmonies of #3F4A46
Complementary color
Monochromatic Colors of #3F4A46
Black with #3F4A46
Text Example
Text Example
White with #3F4A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A46; }
p { color: rgb(63,74,70); }
H1.HeaderClassName
{
color: #3F4A46;
}
.AnyTagClassName
{
color: #3F4A46;
}
</style>
background-color css
<style>
a { background-color: #3F4A46; }
a { background-color: rgb(63,74,70); }
div.DivClassName
{
background-color: #3F4A46;
}
.BgClassName
{
background-color: #3F4A46;
}
</style>
border-color css
<style>
span { border-color: #3F4A46; }
span { border-color: rgb(63,74,70); }
td.TdClassName
{
border-color: #3F4A46;
}
.TagClassName
{
border-color: #3F4A46;
}
</style>