Shades of Scarlet Gum #4F1768
Tints of Scarlet Gum #4F1768
RGB
CMYK
RGB Variations
Color information
#4F1768 (or 0x4F1768) is known color: Scarlet Gum. HEX triplet: 4F, 17 and 68. RGB value is (79,23,104). Sum of RGB (Red+Green+Blue) = 79+23+104=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #4F1768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1768 is #B0E897. Grayscale: #303030. Windows color (decimal): -11593880 or 6821711. OLE color: 6821711.
HSL color Cylindrical-coordinate representation of color #4F1768: hue angle of 281.48º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F1768 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 23 | 104 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.59 |
| HSL | 281.48º | 0.64% | 0.25% | - |
| HSV(B) | 281.48º | 0.78% | 0.41% | - |
| XYZ | 6.03 | 3.27 | 13.41 | - |
| YUV | 48.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 104 | 0.24 | 0.78 | 0 | 0.59 | 281.48 | 0.64 | 0.25 |
| Hex | 4F | 17 | 68 | 18 | 4E | 0 | 3B | 119 | 40 | 19 |
| Octal | 117 | 27 | 150 | 30 | 116 | 0 | 73 | 431 | 100 | 31 |
| Binary | 1001111 | 10111 | 1101000 | 11000 | 1001110 | 0 | 111011 | 100011001 | 1000000 | 11001 |
Color Harmonies of #4F1768
Complementary color
Monochromatic Colors of #4F1768
Black with #4F1768
Text Example
Text Example
White with #4F1768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1768; }
p { color: rgb(79,23,104); }
H1.HeaderClassName
{
color: #4F1768;
}
.AnyTagClassName
{
color: #4F1768;
}
</style>
background-color css
<style>
a { background-color: #4F1768; }
a { background-color: rgb(79,23,104); }
div.DivClassName
{
background-color: #4F1768;
}
.BgClassName
{
background-color: #4F1768;
}
</style>
border-color css
<style>
span { border-color: #4F1768; }
span { border-color: rgb(79,23,104); }
td.TdClassName
{
border-color: #4F1768;
}
.TagClassName
{
border-color: #4F1768;
}
</style>