Shades of Scarlet Gum #4F285D
Tints of Scarlet Gum #4F285D
RGB
CMYK
RGB Variations
Color information
#4F285D (or 0x4F285D) is known color: Scarlet Gum. HEX triplet: 4F, 28 and 5D. RGB value is (79,40,93). Sum of RGB (Red+Green+Blue) = 79+40+93=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F285D is #B0D7A2. Grayscale: #393939. Windows color (decimal): -11589539 or 6105167. OLE color: 6105167.
HSL color Cylindrical-coordinate representation of color #4F285D: hue angle of 284.15º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F285D is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 40 | 93 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.64 |
| HSL | 284.15º | 0.4% | 0.26% | - |
| HSV(B) | 284.15º | 0.57% | 0.36% | - |
| XYZ | 5.96 | 3.97 | 10.81 | - |
| YUV | 57.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 93 | 0.15 | 0.57 | 0 | 0.64 | 284.15 | 0.4 | 0.26 |
| Hex | 4F | 28 | 5D | F | 39 | 0 | 40 | 11C | 28 | 1A |
| Octal | 117 | 50 | 135 | 17 | 71 | 0 | 100 | 434 | 50 | 32 |
| Binary | 1001111 | 101000 | 1011101 | 1111 | 111001 | 0 | 1000000 | 100011100 | 101000 | 11010 |
Color Harmonies of #4F285D
Complementary color
Monochromatic Colors of #4F285D
Black with #4F285D
Text Example
Text Example
White with #4F285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F285D; }
p { color: rgb(79,40,93); }
H1.HeaderClassName
{
color: #4F285D;
}
.AnyTagClassName
{
color: #4F285D;
}
</style>
background-color css
<style>
a { background-color: #4F285D; }
a { background-color: rgb(79,40,93); }
div.DivClassName
{
background-color: #4F285D;
}
.BgClassName
{
background-color: #4F285D;
}
</style>
border-color css
<style>
span { border-color: #4F285D; }
span { border-color: rgb(79,40,93); }
td.TdClassName
{
border-color: #4F285D;
}
.TagClassName
{
border-color: #4F285D;
}
</style>