Shades of Scarlet Gum #4F3059
Tints of Scarlet Gum #4F3059
RGB
CMYK
RGB Variations
Color information
#4F3059 (or 0x4F3059) is known color: Scarlet Gum. HEX triplet: 4F, 30 and 59. RGB value is (79,48,89). Sum of RGB (Red+Green+Blue) = 79+48+89=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F3059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3059 is #B0CFA6. Grayscale: #3D3D3D. Windows color (decimal): -11587495 or 5845071. OLE color: 5845071.
HSL color Cylindrical-coordinate representation of color #4F3059: hue angle of 285.37º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F3059 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 48 | 89 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.65 |
| HSL | 285.37º | 0.3% | 0.27% | - |
| HSV(B) | 285.37º | 0.46% | 0.35% | - |
| XYZ | 6.08 | 4.5 | 10 | - |
| YUV | 61.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 89 | 0.11 | 0.46 | 0 | 0.65 | 285.37 | 0.3 | 0.27 |
| Hex | 4F | 30 | 59 | B | 2E | 0 | 41 | 11D | 1E | 1B |
| Octal | 117 | 60 | 131 | 13 | 56 | 0 | 101 | 435 | 36 | 33 |
| Binary | 1001111 | 110000 | 1011001 | 1011 | 101110 | 0 | 1000001 | 100011101 | 11110 | 11011 |
Color Harmonies of #4F3059
Complementary color
Monochromatic Colors of #4F3059
Black with #4F3059
Text Example
Text Example
White with #4F3059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3059; }
p { color: rgb(79,48,89); }
H1.HeaderClassName
{
color: #4F3059;
}
.AnyTagClassName
{
color: #4F3059;
}
</style>
background-color css
<style>
a { background-color: #4F3059; }
a { background-color: rgb(79,48,89); }
div.DivClassName
{
background-color: #4F3059;
}
.BgClassName
{
background-color: #4F3059;
}
</style>
border-color css
<style>
span { border-color: #4F3059; }
span { border-color: rgb(79,48,89); }
td.TdClassName
{
border-color: #4F3059;
}
.TagClassName
{
border-color: #4F3059;
}
</style>