Shades of Scarlet Gum #4F265E
Tints of Scarlet Gum #4F265E
RGB
CMYK
RGB Variations
Color information
#4F265E (or 0x4F265E) is known color: Scarlet Gum. HEX triplet: 4F, 26 and 5E. RGB value is (79,38,94). Sum of RGB (Red+Green+Blue) = 79+38+94=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #4F265E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F265E is #B0D9A1. Grayscale: #383838. Windows color (decimal): -11590050 or 6170191. OLE color: 6170191.
HSL color Cylindrical-coordinate representation of color #4F265E: hue angle of 283.93º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F265E is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 79 | 38 | 94 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.63 |
| HSL | 283.93º | 0.42% | 0.26% | - |
| HSV(B) | 283.93º | 0.6% | 0.37% | - |
| XYZ | 5.94 | 3.86 | 11.02 | - |
| YUV | 56.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 94 | 0.16 | 0.60 | 0 | 0.63 | 283.93 | 0.42 | 0.26 |
| Hex | 4F | 26 | 5E | 10 | 3C | 0 | 3F | 11C | 2A | 1A |
| Octal | 117 | 46 | 136 | 20 | 74 | 0 | 77 | 434 | 52 | 32 |
| Binary | 1001111 | 100110 | 1011110 | 10000 | 111100 | 0 | 111111 | 100011100 | 101010 | 11010 |
Color Harmonies of #4F265E
Complementary color
Monochromatic Colors of #4F265E
Black with #4F265E
Text Example
Text Example
White with #4F265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F265E; }
p { color: rgb(79,38,94); }
H1.HeaderClassName
{
color: #4F265E;
}
.AnyTagClassName
{
color: #4F265E;
}
</style>
background-color css
<style>
a { background-color: #4F265E; }
a { background-color: rgb(79,38,94); }
div.DivClassName
{
background-color: #4F265E;
}
.BgClassName
{
background-color: #4F265E;
}
</style>
border-color css
<style>
span { border-color: #4F265E; }
span { border-color: rgb(79,38,94); }
td.TdClassName
{
border-color: #4F265E;
}
.TagClassName
{
border-color: #4F265E;
}
</style>