Shades of Scarlet Gum #4F305C
Tints of Scarlet Gum #4F305C
RGB
CMYK
RGB Variations
Color information
#4F305C (or 0x4F305C) is known color: Scarlet Gum. HEX triplet: 4F, 30 and 5C. RGB value is (79,48,92). Sum of RGB (Red+Green+Blue) = 79+48+92=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F305C is #B0CFA3. Grayscale: #3E3E3E. Windows color (decimal): -11587492 or 6041679. OLE color: 6041679.
HSL color Cylindrical-coordinate representation of color #4F305C: hue angle of 282.27º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F305C is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 48 | 92 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.64 |
| HSL | 282.27º | 0.31% | 0.27% | - |
| HSV(B) | 282.27º | 0.48% | 0.36% | - |
| XYZ | 6.21 | 4.55 | 10.68 | - |
| YUV | 62.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 92 | 0.14 | 0.48 | 0 | 0.64 | 282.27 | 0.31 | 0.27 |
| Hex | 4F | 30 | 5C | E | 30 | 0 | 40 | 11A | 1F | 1B |
| Octal | 117 | 60 | 134 | 16 | 60 | 0 | 100 | 432 | 37 | 33 |
| Binary | 1001111 | 110000 | 1011100 | 1110 | 110000 | 0 | 1000000 | 100011010 | 11111 | 11011 |
Color Harmonies of #4F305C
Complementary color
Monochromatic Colors of #4F305C
Black with #4F305C
Text Example
Text Example
White with #4F305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F305C; }
p { color: rgb(79,48,92); }
H1.HeaderClassName
{
color: #4F305C;
}
.AnyTagClassName
{
color: #4F305C;
}
</style>
background-color css
<style>
a { background-color: #4F305C; }
a { background-color: rgb(79,48,92); }
div.DivClassName
{
background-color: #4F305C;
}
.BgClassName
{
background-color: #4F305C;
}
</style>
border-color css
<style>
span { border-color: #4F305C; }
span { border-color: rgb(79,48,92); }
td.TdClassName
{
border-color: #4F305C;
}
.TagClassName
{
border-color: #4F305C;
}
</style>