Shades of Corduroy #474C4B
Tints of Corduroy #474C4B
RGB
CMYK
RGB Variations
Color information
#474C4B (or 0x474C4B) is known color: Corduroy. HEX triplet: 47, 4C and 4B. RGB value is (71,76,75). Sum of RGB (Red+Green+Blue) = 71+76+75=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 76 - color contains mainly: green. Hex color #474C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C4B is #B8B3B4. Grayscale: #4A4A4A. Windows color (decimal): -12104629 or 4934727. OLE color: 4934727.
HSL color Cylindrical-coordinate representation of color #474C4B: hue angle of 168º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #474C4B is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 76 | 75 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.70 |
| HSL | 168º | 0.03% | 0.29% | - |
| HSV(B) | 168º | 0.07% | 0.3% | - |
| XYZ | 6.45 | 7.02 | 7.67 | - |
| YUV | 74.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 75 | 0.07 | 0 | 0.01 | 0.70 | 168 | 0.03 | 0.29 |
| Hex | 47 | 4C | 4B | 7 | 0 | 1 | 46 | A8 | 3 | 1D |
| Octal | 107 | 114 | 113 | 7 | 0 | 1 | 106 | 250 | 3 | 35 |
| Binary | 1000111 | 1001100 | 1001011 | 111 | 0 | 1 | 1000110 | 10101000 | 11 | 11101 |
Color Harmonies of #474C4B
Complementary color
Monochromatic Colors of #474C4B
Black with #474C4B
Text Example
Text Example
White with #474C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C4B; }
p { color: rgb(71,76,75); }
H1.HeaderClassName
{
color: #474C4B;
}
.AnyTagClassName
{
color: #474C4B;
}
</style>
background-color css
<style>
a { background-color: #474C4B; }
a { background-color: rgb(71,76,75); }
div.DivClassName
{
background-color: #474C4B;
}
.BgClassName
{
background-color: #474C4B;
}
</style>
border-color css
<style>
span { border-color: #474C4B; }
span { border-color: rgb(71,76,75); }
td.TdClassName
{
border-color: #474C4B;
}
.TagClassName
{
border-color: #474C4B;
}
</style>