Shades of Scarlet Gum #4F4356
Tints of Scarlet Gum #4F4356
RGB
CMYK
RGB Variations
Color information
#4F4356 (or 0x4F4356) is known color: Scarlet Gum. HEX triplet: 4F, 43 and 56. RGB value is (79,67,86). Sum of RGB (Red+Green+Blue) = 79+67+86=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 86 - color contains mainly: blue. Hex color #4F4356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4356 is #B0BCA9. Grayscale: #484848. Windows color (decimal): -11582634 or 5653327. OLE color: 5653327.
HSL color Cylindrical-coordinate representation of color #4F4356: hue angle of 277.89º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F4356 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 67 | 86 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.66 |
| HSL | 277.89º | 0.12% | 0.3% | - |
| HSV(B) | 277.89º | 0.22% | 0.34% | - |
| XYZ | 6.91 | 6.35 | 9.67 | - |
| YUV | 72.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 86 | 0.08 | 0.22 | 0 | 0.66 | 277.89 | 0.12 | 0.3 |
| Hex | 4F | 43 | 56 | 8 | 16 | 0 | 42 | 116 | C | 1E |
| Octal | 117 | 103 | 126 | 10 | 26 | 0 | 102 | 426 | 14 | 36 |
| Binary | 1001111 | 1000011 | 1010110 | 1000 | 10110 | 0 | 1000010 | 100010110 | 1100 | 11110 |
Color Harmonies of #4F4356
Complementary color
Monochromatic Colors of #4F4356
Black with #4F4356
Text Example
Text Example
White with #4F4356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4356; }
p { color: rgb(79,67,86); }
H1.HeaderClassName
{
color: #4F4356;
}
.AnyTagClassName
{
color: #4F4356;
}
</style>
background-color css
<style>
a { background-color: #4F4356; }
a { background-color: rgb(79,67,86); }
div.DivClassName
{
background-color: #4F4356;
}
.BgClassName
{
background-color: #4F4356;
}
</style>
border-color css
<style>
span { border-color: #4F4356; }
span { border-color: rgb(79,67,86); }
td.TdClassName
{
border-color: #4F4356;
}
.TagClassName
{
border-color: #4F4356;
}
</style>