Shades of Corduroy #3A4B46
Tints of Corduroy #3A4B46
RGB
CMYK
RGB Variations
Color information
#3A4B46 (or 0x3A4B46) is known color: Corduroy. HEX triplet: 3A, 4B and 46. RGB value is (58,75,70). Sum of RGB (Red+Green+Blue) = 58+75+70=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4B46 is #C5B4B9. Grayscale: #454545. Windows color (decimal): -12956858 or 4606778. OLE color: 4606778.
HSL color Cylindrical-coordinate representation of color #3A4B46: hue angle of 162.35º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3A4B46 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 75 | 70 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.71 |
| HSL | 162.35º | 0.13% | 0.26% | - |
| HSV(B) | 162.35º | 0.23% | 0.29% | - |
| XYZ | 5.37 | 6.37 | 6.74 | - |
| YUV | 69.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 75 | 70 | 0.23 | 0 | 0.07 | 0.71 | 162.35 | 0.13 | 0.26 |
| Hex | 3A | 4B | 46 | 17 | 0 | 7 | 47 | A2 | D | 1A |
| Octal | 72 | 113 | 106 | 27 | 0 | 7 | 107 | 242 | 15 | 32 |
| Binary | 111010 | 1001011 | 1000110 | 10111 | 0 | 111 | 1000111 | 10100010 | 1101 | 11010 |
Color Harmonies of #3A4B46
Complementary color
Monochromatic Colors of #3A4B46
Black with #3A4B46
Text Example
Text Example
White with #3A4B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4B46; }
p { color: rgb(58,75,70); }
H1.HeaderClassName
{
color: #3A4B46;
}
.AnyTagClassName
{
color: #3A4B46;
}
</style>
background-color css
<style>
a { background-color: #3A4B46; }
a { background-color: rgb(58,75,70); }
div.DivClassName
{
background-color: #3A4B46;
}
.BgClassName
{
background-color: #3A4B46;
}
</style>
border-color css
<style>
span { border-color: #3A4B46; }
span { border-color: rgb(58,75,70); }
td.TdClassName
{
border-color: #3A4B46;
}
.TagClassName
{
border-color: #3A4B46;
}
</style>