Shades of Scarlet Gum #4A2B57
Tints of Scarlet Gum #4A2B57
RGB
CMYK
RGB Variations
Color information
#4A2B57 (or 0x4A2B57) is known color: Scarlet Gum. HEX triplet: 4A, 2B and 57. RGB value is (74,43,87). Sum of RGB (Red+Green+Blue) = 74+43+87=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A2B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2B57 is #B5D4A8. Grayscale: #393939. Windows color (decimal): -11916457 or 5712714. OLE color: 5712714.
HSL color Cylindrical-coordinate representation of color #4A2B57: hue angle of 282.27º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A2B57 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 43 | 87 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.66 |
| HSL | 282.27º | 0.34% | 0.25% | - |
| HSV(B) | 282.27º | 0.51% | 0.34% | - |
| XYZ | 5.41 | 3.87 | 9.48 | - |
| YUV | 57.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 43 | 87 | 0.15 | 0.51 | 0 | 0.66 | 282.27 | 0.34 | 0.25 |
| Hex | 4A | 2B | 57 | F | 33 | 0 | 42 | 11A | 22 | 19 |
| Octal | 112 | 53 | 127 | 17 | 63 | 0 | 102 | 432 | 42 | 31 |
| Binary | 1001010 | 101011 | 1010111 | 1111 | 110011 | 0 | 1000010 | 100011010 | 100010 | 11001 |
Color Harmonies of #4A2B57
Complementary color
Monochromatic Colors of #4A2B57
Black with #4A2B57
Text Example
Text Example
White with #4A2B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2B57; }
p { color: rgb(74,43,87); }
H1.HeaderClassName
{
color: #4A2B57;
}
.AnyTagClassName
{
color: #4A2B57;
}
</style>
background-color css
<style>
a { background-color: #4A2B57; }
a { background-color: rgb(74,43,87); }
div.DivClassName
{
background-color: #4A2B57;
}
.BgClassName
{
background-color: #4A2B57;
}
</style>
border-color css
<style>
span { border-color: #4A2B57; }
span { border-color: rgb(74,43,87); }
td.TdClassName
{
border-color: #4A2B57;
}
.TagClassName
{
border-color: #4A2B57;
}
</style>