Shades of Scarlet Gum #4F1368
Tints of Scarlet Gum #4F1368
RGB
CMYK
RGB Variations
Color information
#4F1368 (or 0x4F1368) is known color: Scarlet Gum. HEX triplet: 4F, 13 and 68. RGB value is (79,19,104). Sum of RGB (Red+Green+Blue) = 79+19+104=202 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.11% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F1368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1368 is #B0EC97. Grayscale: #2E2E2E. Windows color (decimal): -11594904 or 6820687. OLE color: 6820687.
HSL color Cylindrical-coordinate representation of color #4F1368: hue angle of 282.35º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F1368 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 19 | 104 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.59 |
| HSL | 282.35º | 0.69% | 0.24% | - |
| HSV(B) | 282.35º | 0.82% | 0.41% | - |
| XYZ | 5.96 | 3.13 | 13.39 | - |
| YUV | 46.63 | 160.38 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 19 | 104 | 0.24 | 0.82 | 0 | 0.59 | 282.35 | 0.69 | 0.24 |
| Hex | 4F | 13 | 68 | 18 | 52 | 0 | 3B | 11A | 45 | 18 |
| Octal | 117 | 23 | 150 | 30 | 122 | 0 | 73 | 432 | 105 | 30 |
| Binary | 1001111 | 10011 | 1101000 | 11000 | 1010010 | 0 | 111011 | 100011010 | 1000101 | 11000 |
Color Harmonies of #4F1368
Complementary color
Monochromatic Colors of #4F1368
Black with #4F1368
Text Example
Text Example
White with #4F1368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1368; }
p { color: rgb(79,19,104); }
H1.HeaderClassName
{
color: #4F1368;
}
.AnyTagClassName
{
color: #4F1368;
}
</style>
background-color css
<style>
a { background-color: #4F1368; }
a { background-color: rgb(79,19,104); }
div.DivClassName
{
background-color: #4F1368;
}
.BgClassName
{
background-color: #4F1368;
}
</style>
border-color css
<style>
span { border-color: #4F1368; }
span { border-color: rgb(79,19,104); }
td.TdClassName
{
border-color: #4F1368;
}
.TagClassName
{
border-color: #4F1368;
}
</style>