Shades of Corduroy #484E4C
Tints of Corduroy #484E4C
RGB
CMYK
RGB Variations
Color information
#484E4C (or 0x484E4C) is known color: Corduroy. HEX triplet: 48, 4E and 4C. RGB value is (72,78,76). Sum of RGB (Red+Green+Blue) = 72+78+76=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 78 - color contains mainly: green. Hex color #484E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E4C is #B7B1B3. Grayscale: #4B4B4B. Windows color (decimal): -12038580 or 5000776. OLE color: 5000776.
HSL color Cylindrical-coordinate representation of color #484E4C: hue angle of 160º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #484E4C is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 78 | 76 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.69 |
| HSL | 160º | 0.04% | 0.29% | - |
| HSV(B) | 160º | 0.08% | 0.31% | - |
| XYZ | 6.7 | 7.35 | 7.9 | - |
| YUV | 75.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 76 | 0.08 | 0 | 0.03 | 0.69 | 160 | 0.04 | 0.29 |
| Hex | 48 | 4E | 4C | 8 | 0 | 3 | 45 | A0 | 4 | 1D |
| Octal | 110 | 116 | 114 | 10 | 0 | 3 | 105 | 240 | 4 | 35 |
| Binary | 1001000 | 1001110 | 1001100 | 1000 | 0 | 11 | 1000101 | 10100000 | 100 | 11101 |
Color Harmonies of #484E4C
Complementary color
Monochromatic Colors of #484E4C
Black with #484E4C
Text Example
Text Example
White with #484E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E4C; }
p { color: rgb(72,78,76); }
H1.HeaderClassName
{
color: #484E4C;
}
.AnyTagClassName
{
color: #484E4C;
}
</style>
background-color css
<style>
a { background-color: #484E4C; }
a { background-color: rgb(72,78,76); }
div.DivClassName
{
background-color: #484E4C;
}
.BgClassName
{
background-color: #484E4C;
}
</style>
border-color css
<style>
span { border-color: #484E4C; }
span { border-color: rgb(72,78,76); }
td.TdClassName
{
border-color: #484E4C;
}
.TagClassName
{
border-color: #484E4C;
}
</style>