Shades of Corduroy #474B4A
Tints of Corduroy #474B4A
RGB
CMYK
RGB Variations
Color information
#474B4A (or 0x474B4A) is known color: Corduroy. HEX triplet: 47, 4B and 4A. RGB value is (71,75,74). Sum of RGB (Red+Green+Blue) = 71+75+74=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 75 - color contains mainly: green. Hex color #474B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B4A is #B8B4B5. Grayscale: #494949. Windows color (decimal): -12104886 or 4868935. OLE color: 4868935.
HSL color Cylindrical-coordinate representation of color #474B4A: hue angle of 165º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #474B4A is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 75 | 74 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.71 |
| HSL | 165º | 0.03% | 0.29% | - |
| HSV(B) | 165º | 0.05% | 0.29% | - |
| XYZ | 6.35 | 6.87 | 7.47 | - |
| YUV | 73.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 74 | 0.05 | 0 | 0.01 | 0.71 | 165 | 0.03 | 0.29 |
| Hex | 47 | 4B | 4A | 5 | 0 | 1 | 47 | A5 | 3 | 1D |
| Octal | 107 | 113 | 112 | 5 | 0 | 1 | 107 | 245 | 3 | 35 |
| Binary | 1000111 | 1001011 | 1001010 | 101 | 0 | 1 | 1000111 | 10100101 | 11 | 11101 |
Color Harmonies of #474B4A
Complementary color
Monochromatic Colors of #474B4A
Black with #474B4A
Text Example
Text Example
White with #474B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B4A; }
p { color: rgb(71,75,74); }
H1.HeaderClassName
{
color: #474B4A;
}
.AnyTagClassName
{
color: #474B4A;
}
</style>
background-color css
<style>
a { background-color: #474B4A; }
a { background-color: rgb(71,75,74); }
div.DivClassName
{
background-color: #474B4A;
}
.BgClassName
{
background-color: #474B4A;
}
</style>
border-color css
<style>
span { border-color: #474B4A; }
span { border-color: rgb(71,75,74); }
td.TdClassName
{
border-color: #474B4A;
}
.TagClassName
{
border-color: #474B4A;
}
</style>