Shades of Corduroy #4A5250
Tints of Corduroy #4A5250
RGB
CMYK
RGB Variations
Color information
#4A5250 (or 0x4A5250) is known color: Corduroy. HEX triplet: 4A, 52 and 50. RGB value is (74,82,80). Sum of RGB (Red+Green+Blue) = 74+82+80=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 82 - color contains mainly: green. Hex color #4A5250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5250 is #B5ADAF. Grayscale: #4F4F4F. Windows color (decimal): -11906480 or 5263946. OLE color: 5263946.
HSL color Cylindrical-coordinate representation of color #4A5250: hue angle of 165º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4A5250 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 82 | 80 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.68 |
| HSL | 165º | 0.05% | 0.31% | - |
| HSV(B) | 165º | 0.1% | 0.32% | - |
| XYZ | 7.29 | 8.07 | 8.76 | - |
| YUV | 79.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 80 | 0.10 | 0 | 0.02 | 0.68 | 165 | 0.05 | 0.31 |
| Hex | 4A | 52 | 50 | A | 0 | 2 | 44 | A5 | 5 | 1F |
| Octal | 112 | 122 | 120 | 12 | 0 | 2 | 104 | 245 | 5 | 37 |
| Binary | 1001010 | 1010010 | 1010000 | 1010 | 0 | 10 | 1000100 | 10100101 | 101 | 11111 |
Color Harmonies of #4A5250
Complementary color
Monochromatic Colors of #4A5250
Black with #4A5250
Text Example
Text Example
White with #4A5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5250; }
p { color: rgb(74,82,80); }
H1.HeaderClassName
{
color: #4A5250;
}
.AnyTagClassName
{
color: #4A5250;
}
</style>
background-color css
<style>
a { background-color: #4A5250; }
a { background-color: rgb(74,82,80); }
div.DivClassName
{
background-color: #4A5250;
}
.BgClassName
{
background-color: #4A5250;
}
</style>
border-color css
<style>
span { border-color: #4A5250; }
span { border-color: rgb(74,82,80); }
td.TdClassName
{
border-color: #4A5250;
}
.TagClassName
{
border-color: #4A5250;
}
</style>