Shades of Scarlet Gum #4F3C5A
Tints of Scarlet Gum #4F3C5A
RGB
CMYK
RGB Variations
Color information
#4F3C5A (or 0x4F3C5A) is known color: Scarlet Gum. HEX triplet: 4F, 3C and 5A. RGB value is (79,60,90). Sum of RGB (Red+Green+Blue) = 79+60+90=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F3C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3C5A is #B0C3A5. Grayscale: #454545. Windows color (decimal): -11584422 or 5913679. OLE color: 5913679.
HSL color Cylindrical-coordinate representation of color #4F3C5A: hue angle of 278º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F3C5A is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 60 | 90 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.65 |
| HSL | 278º | 0.2% | 0.29% | - |
| HSV(B) | 278º | 0.33% | 0.35% | - |
| XYZ | 6.69 | 5.63 | 10.41 | - |
| YUV | 69.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 90 | 0.12 | 0.33 | 0 | 0.65 | 278 | 0.2 | 0.29 |
| Hex | 4F | 3C | 5A | C | 21 | 0 | 41 | 116 | 14 | 1D |
| Octal | 117 | 74 | 132 | 14 | 41 | 0 | 101 | 426 | 24 | 35 |
| Binary | 1001111 | 111100 | 1011010 | 1100 | 100001 | 0 | 1000001 | 100010110 | 10100 | 11101 |
Color Harmonies of #4F3C5A
Complementary color
Monochromatic Colors of #4F3C5A
Black with #4F3C5A
Text Example
Text Example
White with #4F3C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3C5A; }
p { color: rgb(79,60,90); }
H1.HeaderClassName
{
color: #4F3C5A;
}
.AnyTagClassName
{
color: #4F3C5A;
}
</style>
background-color css
<style>
a { background-color: #4F3C5A; }
a { background-color: rgb(79,60,90); }
div.DivClassName
{
background-color: #4F3C5A;
}
.BgClassName
{
background-color: #4F3C5A;
}
</style>
border-color css
<style>
span { border-color: #4F3C5A; }
span { border-color: rgb(79,60,90); }
td.TdClassName
{
border-color: #4F3C5A;
}
.TagClassName
{
border-color: #4F3C5A;
}
</style>