Shades of Scarlet Gum #4F3060
Tints of Scarlet Gum #4F3060
RGB
CMYK
RGB Variations
Color information
#4F3060 (or 0x4F3060) is known color: Scarlet Gum. HEX triplet: 4F, 30 and 60. RGB value is (79,48,96). Sum of RGB (Red+Green+Blue) = 79+48+96=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F3060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3060 is #B0CF9F. Grayscale: #3E3E3E. Windows color (decimal): -11587488 or 6303823. OLE color: 6303823.
HSL color Cylindrical-coordinate representation of color #4F3060: hue angle of 278.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F3060 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 48 | 96 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.62 |
| HSL | 278.75º | 0.33% | 0.28% | - |
| HSV(B) | 278.75º | 0.5% | 0.38% | - |
| XYZ | 6.39 | 4.62 | 11.62 | - |
| YUV | 62.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 96 | 0.18 | 0.50 | 0 | 0.62 | 278.75 | 0.33 | 0.28 |
| Hex | 4F | 30 | 60 | 12 | 32 | 0 | 3E | 117 | 21 | 1C |
| Octal | 117 | 60 | 140 | 22 | 62 | 0 | 76 | 427 | 41 | 34 |
| Binary | 1001111 | 110000 | 1100000 | 10010 | 110010 | 0 | 111110 | 100010111 | 100001 | 11100 |
Color Harmonies of #4F3060
Complementary color
Monochromatic Colors of #4F3060
Black with #4F3060
Text Example
Text Example
White with #4F3060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3060; }
p { color: rgb(79,48,96); }
H1.HeaderClassName
{
color: #4F3060;
}
.AnyTagClassName
{
color: #4F3060;
}
</style>
background-color css
<style>
a { background-color: #4F3060; }
a { background-color: rgb(79,48,96); }
div.DivClassName
{
background-color: #4F3060;
}
.BgClassName
{
background-color: #4F3060;
}
</style>
border-color css
<style>
span { border-color: #4F3060; }
span { border-color: rgb(79,48,96); }
td.TdClassName
{
border-color: #4F3060;
}
.TagClassName
{
border-color: #4F3060;
}
</style>