Shades of Scarlet Gum #4F295B
Tints of Scarlet Gum #4F295B
RGB
CMYK
RGB Variations
Color information
#4F295B (or 0x4F295B) is known color: Scarlet Gum. HEX triplet: 4F, 29 and 5B. RGB value is (79,41,91). Sum of RGB (Red+Green+Blue) = 79+41+91=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F295B is #B0D6A4. Grayscale: #393939. Windows color (decimal): -11589285 or 5974351. OLE color: 5974351.
HSL color Cylindrical-coordinate representation of color #4F295B: hue angle of 285.6º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F295B is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 41 | 91 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.64 |
| HSL | 285.6º | 0.38% | 0.26% | - |
| HSV(B) | 285.6º | 0.55% | 0.36% | - |
| XYZ | 5.91 | 4 | 10.36 | - |
| YUV | 58.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 91 | 0.13 | 0.55 | 0 | 0.64 | 285.6 | 0.38 | 0.26 |
| Hex | 4F | 29 | 5B | D | 37 | 0 | 40 | 11E | 26 | 1A |
| Octal | 117 | 51 | 133 | 15 | 67 | 0 | 100 | 436 | 46 | 32 |
| Binary | 1001111 | 101001 | 1011011 | 1101 | 110111 | 0 | 1000000 | 100011110 | 100110 | 11010 |
Color Harmonies of #4F295B
Complementary color
Monochromatic Colors of #4F295B
Black with #4F295B
Text Example
Text Example
White with #4F295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F295B; }
p { color: rgb(79,41,91); }
H1.HeaderClassName
{
color: #4F295B;
}
.AnyTagClassName
{
color: #4F295B;
}
</style>
background-color css
<style>
a { background-color: #4F295B; }
a { background-color: rgb(79,41,91); }
div.DivClassName
{
background-color: #4F295B;
}
.BgClassName
{
background-color: #4F295B;
}
</style>
border-color css
<style>
span { border-color: #4F295B; }
span { border-color: rgb(79,41,91); }
td.TdClassName
{
border-color: #4F295B;
}
.TagClassName
{
border-color: #4F295B;
}
</style>