Shades of Scarlet Gum #4F355D
Tints of Scarlet Gum #4F355D
RGB
CMYK
RGB Variations
Color information
#4F355D (or 0x4F355D) is known color: Scarlet Gum. HEX triplet: 4F, 35 and 5D. RGB value is (79,53,93). Sum of RGB (Red+Green+Blue) = 79+53+93=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F355D is #B0CAA2. Grayscale: #414141. Windows color (decimal): -11586211 or 6108495. OLE color: 6108495.
HSL color Cylindrical-coordinate representation of color #4F355D: hue angle of 279º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F355D is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 53 | 93 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.64 |
| HSL | 279º | 0.27% | 0.29% | - |
| HSV(B) | 279º | 0.43% | 0.36% | - |
| XYZ | 6.47 | 5 | 10.98 | - |
| YUV | 65.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 53 | 93 | 0.15 | 0.43 | 0 | 0.64 | 279 | 0.27 | 0.29 |
| Hex | 4F | 35 | 5D | F | 2B | 0 | 40 | 117 | 1B | 1D |
| Octal | 117 | 65 | 135 | 17 | 53 | 0 | 100 | 427 | 33 | 35 |
| Binary | 1001111 | 110101 | 1011101 | 1111 | 101011 | 0 | 1000000 | 100010111 | 11011 | 11101 |
Color Harmonies of #4F355D
Complementary color
Monochromatic Colors of #4F355D
Black with #4F355D
Text Example
Text Example
White with #4F355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F355D; }
p { color: rgb(79,53,93); }
H1.HeaderClassName
{
color: #4F355D;
}
.AnyTagClassName
{
color: #4F355D;
}
</style>
background-color css
<style>
a { background-color: #4F355D; }
a { background-color: rgb(79,53,93); }
div.DivClassName
{
background-color: #4F355D;
}
.BgClassName
{
background-color: #4F355D;
}
</style>
border-color css
<style>
span { border-color: #4F355D; }
span { border-color: rgb(79,53,93); }
td.TdClassName
{
border-color: #4F355D;
}
.TagClassName
{
border-color: #4F355D;
}
</style>