Shades of Scarlet Gum #4F365C
Tints of Scarlet Gum #4F365C
RGB
CMYK
RGB Variations
Color information
#4F365C (or 0x4F365C) is known color: Scarlet Gum. HEX triplet: 4F, 36 and 5C. RGB value is (79,54,92). Sum of RGB (Red+Green+Blue) = 79+54+92=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F365C is #B0C9A3. Grayscale: #414141. Windows color (decimal): -11585956 or 6043215. OLE color: 6043215.
HSL color Cylindrical-coordinate representation of color #4F365C: hue angle of 279.47º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F365C is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 54 | 92 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.64 |
| HSL | 279.47º | 0.26% | 0.29% | - |
| HSV(B) | 279.47º | 0.41% | 0.36% | - |
| XYZ | 6.48 | 5.07 | 10.76 | - |
| YUV | 65.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 54 | 92 | 0.14 | 0.41 | 0 | 0.64 | 279.47 | 0.26 | 0.29 |
| Hex | 4F | 36 | 5C | E | 29 | 0 | 40 | 117 | 1A | 1D |
| Octal | 117 | 66 | 134 | 16 | 51 | 0 | 100 | 427 | 32 | 35 |
| Binary | 1001111 | 110110 | 1011100 | 1110 | 101001 | 0 | 1000000 | 100010111 | 11010 | 11101 |
Color Harmonies of #4F365C
Complementary color
Monochromatic Colors of #4F365C
Black with #4F365C
Text Example
Text Example
White with #4F365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F365C; }
p { color: rgb(79,54,92); }
H1.HeaderClassName
{
color: #4F365C;
}
.AnyTagClassName
{
color: #4F365C;
}
</style>
background-color css
<style>
a { background-color: #4F365C; }
a { background-color: rgb(79,54,92); }
div.DivClassName
{
background-color: #4F365C;
}
.BgClassName
{
background-color: #4F365C;
}
</style>
border-color css
<style>
span { border-color: #4F365C; }
span { border-color: rgb(79,54,92); }
td.TdClassName
{
border-color: #4F365C;
}
.TagClassName
{
border-color: #4F365C;
}
</style>