Shades of Scarlet Gum #4A2557
Tints of Scarlet Gum #4A2557
RGB
CMYK
RGB Variations
Color information
#4A2557 (or 0x4A2557) is known color: Scarlet Gum. HEX triplet: 4A, 25 and 57. RGB value is (74,37,87). Sum of RGB (Red+Green+Blue) = 74+37+87=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A2557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2557 is #B5DAA8. Grayscale: #353535. Windows color (decimal): -11917993 or 5711178. OLE color: 5711178.
HSL color Cylindrical-coordinate representation of color #4A2557: hue angle of 284.4º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A2557 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 37 | 87 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.66 |
| HSL | 284.4º | 0.4% | 0.24% | - |
| HSV(B) | 284.4º | 0.57% | 0.34% | - |
| XYZ | 5.21 | 3.47 | 9.41 | - |
| YUV | 53.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 87 | 0.15 | 0.57 | 0 | 0.66 | 284.4 | 0.4 | 0.24 |
| Hex | 4A | 25 | 57 | F | 39 | 0 | 42 | 11C | 28 | 18 |
| Octal | 112 | 45 | 127 | 17 | 71 | 0 | 102 | 434 | 50 | 30 |
| Binary | 1001010 | 100101 | 1010111 | 1111 | 111001 | 0 | 1000010 | 100011100 | 101000 | 11000 |
Color Harmonies of #4A2557
Complementary color
Monochromatic Colors of #4A2557
Black with #4A2557
Text Example
Text Example
White with #4A2557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2557; }
p { color: rgb(74,37,87); }
H1.HeaderClassName
{
color: #4A2557;
}
.AnyTagClassName
{
color: #4A2557;
}
</style>
background-color css
<style>
a { background-color: #4A2557; }
a { background-color: rgb(74,37,87); }
div.DivClassName
{
background-color: #4A2557;
}
.BgClassName
{
background-color: #4A2557;
}
</style>
border-color css
<style>
span { border-color: #4A2557; }
span { border-color: rgb(74,37,87); }
td.TdClassName
{
border-color: #4A2557;
}
.TagClassName
{
border-color: #4A2557;
}
</style>