Shades of Scarlet Gum #4A2854
Tints of Scarlet Gum #4A2854
RGB
CMYK
RGB Variations
Color information
#4A2854 (or 0x4A2854) is known color: Scarlet Gum. HEX triplet: 4A, 28 and 54. RGB value is (74,40,84). Sum of RGB (Red+Green+Blue) = 74+40+84=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A2854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2854 is #B5D7AB. Grayscale: #373737. Windows color (decimal): -11917228 or 5515338. OLE color: 5515338.
HSL color Cylindrical-coordinate representation of color #4A2854: hue angle of 286.36º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A2854 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 40 | 84 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.67 |
| HSL | 286.36º | 0.35% | 0.24% | - |
| HSV(B) | 286.36º | 0.52% | 0.33% | - |
| XYZ | 5.18 | 3.61 | 8.81 | - |
| YUV | 55.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 84 | 0.12 | 0.52 | 0 | 0.67 | 286.36 | 0.35 | 0.24 |
| Hex | 4A | 28 | 54 | C | 34 | 0 | 43 | 11E | 23 | 18 |
| Octal | 112 | 50 | 124 | 14 | 64 | 0 | 103 | 436 | 43 | 30 |
| Binary | 1001010 | 101000 | 1010100 | 1100 | 110100 | 0 | 1000011 | 100011110 | 100011 | 11000 |
Color Harmonies of #4A2854
Complementary color
Monochromatic Colors of #4A2854
Black with #4A2854
Text Example
Text Example
White with #4A2854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2854; }
p { color: rgb(74,40,84); }
H1.HeaderClassName
{
color: #4A2854;
}
.AnyTagClassName
{
color: #4A2854;
}
</style>
background-color css
<style>
a { background-color: #4A2854; }
a { background-color: rgb(74,40,84); }
div.DivClassName
{
background-color: #4A2854;
}
.BgClassName
{
background-color: #4A2854;
}
</style>
border-color css
<style>
span { border-color: #4A2854; }
span { border-color: rgb(74,40,84); }
td.TdClassName
{
border-color: #4A2854;
}
.TagClassName
{
border-color: #4A2854;
}
</style>