Shades of Cork #4F4A47
Tints of Cork #4F4A47
RGB
CMYK
RGB Variations
Color information
#4F4A47 (or 0x4F4A47) is known color: Cork. HEX triplet: 4F, 4A and 47. RGB value is (79,74,71). Sum of RGB (Red+Green+Blue) = 79+74+71=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A47 is #B0B5B8. Grayscale: #4B4B4B. Windows color (decimal): -11580857 or 4672079. OLE color: 4672079.
HSL color Cylindrical-coordinate representation of color #4F4A47: hue angle of 22.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F4A47 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 74 | 71 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.69 |
| HSL | 22.5º | 0.05% | 0.29% | - |
| HSV(B) | 22.5º | 0.1% | 0.31% | - |
| XYZ | 6.81 | 7.01 | 6.96 | - |
| YUV | 75.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 74 | 71 | 0 | 0.06 | 0.10 | 0.69 | 22.5 | 0.05 | 0.29 |
| Hex | 4F | 4A | 47 | 0 | 6 | A | 45 | 16 | 5 | 1D |
| Octal | 117 | 112 | 107 | 0 | 6 | 12 | 105 | 26 | 5 | 35 |
| Binary | 1001111 | 1001010 | 1000111 | 0 | 110 | 1010 | 1000101 | 10110 | 101 | 11101 |
Color Harmonies of #4F4A47
Complementary color
Monochromatic Colors of #4F4A47
Black with #4F4A47
Text Example
Text Example
White with #4F4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4A47; }
p { color: rgb(79,74,71); }
H1.HeaderClassName
{
color: #4F4A47;
}
.AnyTagClassName
{
color: #4F4A47;
}
</style>
background-color css
<style>
a { background-color: #4F4A47; }
a { background-color: rgb(79,74,71); }
div.DivClassName
{
background-color: #4F4A47;
}
.BgClassName
{
background-color: #4F4A47;
}
</style>
border-color css
<style>
span { border-color: #4F4A47; }
span { border-color: rgb(79,74,71); }
td.TdClassName
{
border-color: #4F4A47;
}
.TagClassName
{
border-color: #4F4A47;
}
</style>