Shades of Scarlet Gum #4F196A
Tints of Scarlet Gum #4F196A
RGB
CMYK
RGB Variations
Color information
#4F196A (or 0x4F196A) is known color: Scarlet Gum. HEX triplet: 4F, 19 and 6A. RGB value is (79,25,106). Sum of RGB (Red+Green+Blue) = 79+25+106=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F196A is #B0E695. Grayscale: #323232. Windows color (decimal): -11593366 or 6953295. OLE color: 6953295.
HSL color Cylindrical-coordinate representation of color #4F196A: hue angle of 280º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F196A is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 25 | 106 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.58 |
| HSL | 280º | 0.62% | 0.26% | - |
| HSV(B) | 280º | 0.76% | 0.42% | - |
| XYZ | 6.17 | 3.4 | 13.97 | - |
| YUV | 50.38 | 159.39 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 106 | 0.25 | 0.76 | 0 | 0.58 | 280 | 0.62 | 0.26 |
| Hex | 4F | 19 | 6A | 19 | 4C | 0 | 3A | 118 | 3E | 1A |
| Octal | 117 | 31 | 152 | 31 | 114 | 0 | 72 | 430 | 76 | 32 |
| Binary | 1001111 | 11001 | 1101010 | 11001 | 1001100 | 0 | 111010 | 100011000 | 111110 | 11010 |
Color Harmonies of #4F196A
Complementary color
Monochromatic Colors of #4F196A
Black with #4F196A
Text Example
Text Example
White with #4F196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F196A; }
p { color: rgb(79,25,106); }
H1.HeaderClassName
{
color: #4F196A;
}
.AnyTagClassName
{
color: #4F196A;
}
</style>
background-color css
<style>
a { background-color: #4F196A; }
a { background-color: rgb(79,25,106); }
div.DivClassName
{
background-color: #4F196A;
}
.BgClassName
{
background-color: #4F196A;
}
</style>
border-color css
<style>
span { border-color: #4F196A; }
span { border-color: rgb(79,25,106); }
td.TdClassName
{
border-color: #4F196A;
}
.TagClassName
{
border-color: #4F196A;
}
</style>