Shades of Corduroy #484B4A
Tints of Corduroy #484B4A
RGB
CMYK
RGB Variations
Color information
#484B4A (or 0x484B4A) is known color: Corduroy. HEX triplet: 48, 4B and 4A. RGB value is (72,75,74). Sum of RGB (Red+Green+Blue) = 72+75+74=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 75 - color contains mainly: green. Hex color #484B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B4A is #B7B4B5. Grayscale: #494949. Windows color (decimal): -12039350 or 4868936. OLE color: 4868936.
HSL color Cylindrical-coordinate representation of color #484B4A: hue angle of 160º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #484B4A is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 75 | 74 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.71 |
| HSL | 160º | 0.02% | 0.29% | - |
| HSV(B) | 160º | 0.04% | 0.29% | - |
| XYZ | 6.42 | 6.9 | 7.47 | - |
| YUV | 73.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 74 | 0.04 | 0 | 0.01 | 0.71 | 160 | 0.02 | 0.29 |
| Hex | 48 | 4B | 4A | 4 | 0 | 1 | 47 | A0 | 2 | 1D |
| Octal | 110 | 113 | 112 | 4 | 0 | 1 | 107 | 240 | 2 | 35 |
| Binary | 1001000 | 1001011 | 1001010 | 100 | 0 | 1 | 1000111 | 10100000 | 10 | 11101 |
Color Harmonies of #484B4A
Complementary color
Monochromatic Colors of #484B4A
Black with #484B4A
Text Example
Text Example
White with #484B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484B4A; }
p { color: rgb(72,75,74); }
H1.HeaderClassName
{
color: #484B4A;
}
.AnyTagClassName
{
color: #484B4A;
}
</style>
background-color css
<style>
a { background-color: #484B4A; }
a { background-color: rgb(72,75,74); }
div.DivClassName
{
background-color: #484B4A;
}
.BgClassName
{
background-color: #484B4A;
}
</style>
border-color css
<style>
span { border-color: #484B4A; }
span { border-color: rgb(72,75,74); }
td.TdClassName
{
border-color: #484B4A;
}
.TagClassName
{
border-color: #484B4A;
}
</style>