Shades of Wine Berry #4F303B
Tints of Wine Berry #4F303B
RGB
CMYK
RGB Variations
Color information
#4F303B (or 0x4F303B) is known color: Wine Berry. HEX triplet: 4F, 30 and 3B. RGB value is (79,48,59). Sum of RGB (Red+Green+Blue) = 79+48+59=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F303B is #B0CFC4. Grayscale: #3A3A3A. Windows color (decimal): -11587525 or 3878991. OLE color: 3878991.
HSL color Cylindrical-coordinate representation of color #4F303B: hue angle of 338.71º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F303B is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 48 | 59 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.69 |
| HSL | 338.71º | 0.24% | 0.25% | - |
| HSV(B) | 338.71º | 0.39% | 0.31% | - |
| XYZ | 5.07 | 4.09 | 4.66 | - |
| YUV | 58.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 59 | 0 | 0.39 | 0.25 | 0.69 | 338.71 | 0.24 | 0.25 |
| Hex | 4F | 30 | 3B | 0 | 27 | 19 | 45 | 153 | 18 | 19 |
| Octal | 117 | 60 | 73 | 0 | 47 | 31 | 105 | 523 | 30 | 31 |
| Binary | 1001111 | 110000 | 111011 | 0 | 100111 | 11001 | 1000101 | 101010011 | 11000 | 11001 |
Color Harmonies of #4F303B
Complementary color
Monochromatic Colors of #4F303B
Black with #4F303B
Text Example
Text Example
White with #4F303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F303B; }
p { color: rgb(79,48,59); }
H1.HeaderClassName
{
color: #4F303B;
}
.AnyTagClassName
{
color: #4F303B;
}
</style>
background-color css
<style>
a { background-color: #4F303B; }
a { background-color: rgb(79,48,59); }
div.DivClassName
{
background-color: #4F303B;
}
.BgClassName
{
background-color: #4F303B;
}
</style>
border-color css
<style>
span { border-color: #4F303B; }
span { border-color: rgb(79,48,59); }
td.TdClassName
{
border-color: #4F303B;
}
.TagClassName
{
border-color: #4F303B;
}
</style>