Shades of Scarlet Gum #4F355C
Tints of Scarlet Gum #4F355C
RGB
CMYK
RGB Variations
Color information
#4F355C (or 0x4F355C) is known color: Scarlet Gum. HEX triplet: 4F, 35 and 5C. RGB value is (79,53,92). Sum of RGB (Red+Green+Blue) = 79+53+92=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F355C is #B0CAA3. Grayscale: #414141. Windows color (decimal): -11586212 or 6042959. OLE color: 6042959.
HSL color Cylindrical-coordinate representation of color #4F355C: hue angle of 280º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F355C is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 53 | 92 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.64 |
| HSL | 280º | 0.27% | 0.28% | - |
| HSV(B) | 280º | 0.42% | 0.36% | - |
| XYZ | 6.43 | 4.98 | 10.75 | - |
| YUV | 65.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 92 | 0.14 | 0.42 | 0 | 0.64 | 280 | 0.27 | 0.28 |
| Hex | 4F | 35 | 5C | E | 2A | 0 | 40 | 118 | 1B | 1C |
| Octal | 117 | 65 | 134 | 16 | 52 | 0 | 100 | 430 | 33 | 34 |
| Binary | 1001111 | 110101 | 1011100 | 1110 | 101010 | 0 | 1000000 | 100011000 | 11011 | 11100 |
Color Harmonies of #4F355C
Complementary color
Monochromatic Colors of #4F355C
Black with #4F355C
Text Example
Text Example
White with #4F355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F355C; }
p { color: rgb(79,53,92); }
H1.HeaderClassName
{
color: #4F355C;
}
.AnyTagClassName
{
color: #4F355C;
}
</style>
background-color css
<style>
a { background-color: #4F355C; }
a { background-color: rgb(79,53,92); }
div.DivClassName
{
background-color: #4F355C;
}
.BgClassName
{
background-color: #4F355C;
}
</style>
border-color css
<style>
span { border-color: #4F355C; }
span { border-color: rgb(79,53,92); }
td.TdClassName
{
border-color: #4F355C;
}
.TagClassName
{
border-color: #4F355C;
}
</style>