Shades of Scarlet Gum #4F2666
Tints of Scarlet Gum #4F2666
RGB
CMYK
RGB Variations
Color information
#4F2666 (or 0x4F2666) is known color: Scarlet Gum. HEX triplet: 4F, 26 and 66. RGB value is (79,38,102). Sum of RGB (Red+Green+Blue) = 79+38+102=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #4F2666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2666 is #B0D999. Grayscale: #393939. Windows color (decimal): -11590042 or 6694479. OLE color: 6694479.
HSL color Cylindrical-coordinate representation of color #4F2666: hue angle of 278.44º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F2666 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 79 | 38 | 102 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.6 |
| HSL | 278.44º | 0.46% | 0.27% | - |
| HSV(B) | 278.44º | 0.63% | 0.4% | - |
| XYZ | 6.32 | 4.01 | 13.01 | - |
| YUV | 57.56 | 153.08 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 102 | 0.23 | 0.63 | 0 | 0.6 | 278.44 | 0.46 | 0.27 |
| Hex | 4F | 26 | 66 | 17 | 3F | 0 | 3C | 116 | 2E | 1B |
| Octal | 117 | 46 | 146 | 27 | 77 | 0 | 74 | 426 | 56 | 33 |
| Binary | 1001111 | 100110 | 1100110 | 10111 | 111111 | 0 | 111100 | 100010110 | 101110 | 11011 |
Color Harmonies of #4F2666
Complementary color
Monochromatic Colors of #4F2666
Black with #4F2666
Text Example
Text Example
White with #4F2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2666; }
p { color: rgb(79,38,102); }
H1.HeaderClassName
{
color: #4F2666;
}
.AnyTagClassName
{
color: #4F2666;
}
</style>
background-color css
<style>
a { background-color: #4F2666; }
a { background-color: rgb(79,38,102); }
div.DivClassName
{
background-color: #4F2666;
}
.BgClassName
{
background-color: #4F2666;
}
</style>
border-color css
<style>
span { border-color: #4F2666; }
span { border-color: rgb(79,38,102); }
td.TdClassName
{
border-color: #4F2666;
}
.TagClassName
{
border-color: #4F2666;
}
</style>