Shades of Scarlet Gum #4F385C
Tints of Scarlet Gum #4F385C
RGB
CMYK
RGB Variations
Color information
#4F385C (or 0x4F385C) is known color: Scarlet Gum. HEX triplet: 4F, 38 and 5C. RGB value is (79,56,92). Sum of RGB (Red+Green+Blue) = 79+56+92=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F385C is #B0C7A3. Grayscale: #424242. Windows color (decimal): -11585444 or 6043727. OLE color: 6043727.
HSL color Cylindrical-coordinate representation of color #4F385C: hue angle of 278.33º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F385C is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 56 | 92 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.64 |
| HSL | 278.33º | 0.24% | 0.29% | - |
| HSV(B) | 278.33º | 0.39% | 0.36% | - |
| XYZ | 6.57 | 5.26 | 10.79 | - |
| YUV | 66.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 92 | 0.14 | 0.39 | 0 | 0.64 | 278.33 | 0.24 | 0.29 |
| Hex | 4F | 38 | 5C | E | 27 | 0 | 40 | 116 | 18 | 1D |
| Octal | 117 | 70 | 134 | 16 | 47 | 0 | 100 | 426 | 30 | 35 |
| Binary | 1001111 | 111000 | 1011100 | 1110 | 100111 | 0 | 1000000 | 100010110 | 11000 | 11101 |
Color Harmonies of #4F385C
Complementary color
Monochromatic Colors of #4F385C
Black with #4F385C
Text Example
Text Example
White with #4F385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F385C; }
p { color: rgb(79,56,92); }
H1.HeaderClassName
{
color: #4F385C;
}
.AnyTagClassName
{
color: #4F385C;
}
</style>
background-color css
<style>
a { background-color: #4F385C; }
a { background-color: rgb(79,56,92); }
div.DivClassName
{
background-color: #4F385C;
}
.BgClassName
{
background-color: #4F385C;
}
</style>
border-color css
<style>
span { border-color: #4F385C; }
span { border-color: rgb(79,56,92); }
td.TdClassName
{
border-color: #4F385C;
}
.TagClassName
{
border-color: #4F385C;
}
</style>