Shades of Scarlet Gum #4A3E50
Tints of Scarlet Gum #4A3E50
RGB
CMYK
RGB Variations
Color information
#4A3E50 (or 0x4A3E50) is known color: Scarlet Gum. HEX triplet: 4A, 3E and 50. RGB value is (74,62,80). Sum of RGB (Red+Green+Blue) = 74+62+80=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A3E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3E50 is #B5C1AF. Grayscale: #434343. Windows color (decimal): -11911600 or 5258826. OLE color: 5258826.
HSL color Cylindrical-coordinate representation of color #4A3E50: hue angle of 280º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A3E50 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 62 | 80 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.69 |
| HSL | 280º | 0.13% | 0.28% | - |
| HSV(B) | 280º | 0.23% | 0.31% | - |
| XYZ | 5.99 | 5.48 | 8.33 | - |
| YUV | 67.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 80 | 0.08 | 0.22 | 0 | 0.69 | 280 | 0.13 | 0.28 |
| Hex | 4A | 3E | 50 | 8 | 16 | 0 | 45 | 118 | D | 1C |
| Octal | 112 | 76 | 120 | 10 | 26 | 0 | 105 | 430 | 15 | 34 |
| Binary | 1001010 | 111110 | 1010000 | 1000 | 10110 | 0 | 1000101 | 100011000 | 1101 | 11100 |
Color Harmonies of #4A3E50
Complementary color
Monochromatic Colors of #4A3E50
Black with #4A3E50
Text Example
Text Example
White with #4A3E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3E50; }
p { color: rgb(74,62,80); }
H1.HeaderClassName
{
color: #4A3E50;
}
.AnyTagClassName
{
color: #4A3E50;
}
</style>
background-color css
<style>
a { background-color: #4A3E50; }
a { background-color: rgb(74,62,80); }
div.DivClassName
{
background-color: #4A3E50;
}
.BgClassName
{
background-color: #4A3E50;
}
</style>
border-color css
<style>
span { border-color: #4A3E50; }
span { border-color: rgb(74,62,80); }
td.TdClassName
{
border-color: #4A3E50;
}
.TagClassName
{
border-color: #4A3E50;
}
</style>