Shades of Scarlet Gum #4A2157
Tints of Scarlet Gum #4A2157
RGB
CMYK
RGB Variations
Color information
#4A2157 (or 0x4A2157) is known color: Scarlet Gum. HEX triplet: 4A, 21 and 57. RGB value is (74,33,87). Sum of RGB (Red+Green+Blue) = 74+33+87=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A2157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2157 is #B5DEA8. Grayscale: #333333. Windows color (decimal): -11919017 or 5710154. OLE color: 5710154.
HSL color Cylindrical-coordinate representation of color #4A2157: hue angle of 285.56º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A2157 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 33 | 87 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.66 |
| HSL | 285.56º | 0.45% | 0.24% | - |
| HSV(B) | 285.56º | 0.62% | 0.34% | - |
| XYZ | 5.09 | 3.23 | 9.37 | - |
| YUV | 51.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 33 | 87 | 0.15 | 0.62 | 0 | 0.66 | 285.56 | 0.45 | 0.24 |
| Hex | 4A | 21 | 57 | F | 3E | 0 | 42 | 11E | 2D | 18 |
| Octal | 112 | 41 | 127 | 17 | 76 | 0 | 102 | 436 | 55 | 30 |
| Binary | 1001010 | 100001 | 1010111 | 1111 | 111110 | 0 | 1000010 | 100011110 | 101101 | 11000 |
Color Harmonies of #4A2157
Complementary color
Monochromatic Colors of #4A2157
Black with #4A2157
Text Example
Text Example
White with #4A2157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2157; }
p { color: rgb(74,33,87); }
H1.HeaderClassName
{
color: #4A2157;
}
.AnyTagClassName
{
color: #4A2157;
}
</style>
background-color css
<style>
a { background-color: #4A2157; }
a { background-color: rgb(74,33,87); }
div.DivClassName
{
background-color: #4A2157;
}
.BgClassName
{
background-color: #4A2157;
}
</style>
border-color css
<style>
span { border-color: #4A2157; }
span { border-color: rgb(74,33,87); }
td.TdClassName
{
border-color: #4A2157;
}
.TagClassName
{
border-color: #4A2157;
}
</style>