Shades of Scarlet Gum #4A3C57
Tints of Scarlet Gum #4A3C57
RGB
CMYK
RGB Variations
Color information
#4A3C57 (or 0x4A3C57) is known color: Scarlet Gum. HEX triplet: 4A, 3C and 57. RGB value is (74,60,87). Sum of RGB (Red+Green+Blue) = 74+60+87=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A3C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3C57 is #B5C3A8. Grayscale: #434343. Windows color (decimal): -11912105 or 5717066. OLE color: 5717066.
HSL color Cylindrical-coordinate representation of color #4A3C57: hue angle of 271.11º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A3C57 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 60 | 87 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.66 |
| HSL | 271.11º | 0.18% | 0.29% | - |
| HSV(B) | 271.11º | 0.31% | 0.34% | - |
| XYZ | 6.16 | 5.38 | 9.73 | - |
| YUV | 67.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 60 | 87 | 0.15 | 0.31 | 0 | 0.66 | 271.11 | 0.18 | 0.29 |
| Hex | 4A | 3C | 57 | F | 1F | 0 | 42 | 10F | 12 | 1D |
| Octal | 112 | 74 | 127 | 17 | 37 | 0 | 102 | 417 | 22 | 35 |
| Binary | 1001010 | 111100 | 1010111 | 1111 | 11111 | 0 | 1000010 | 100001111 | 10010 | 11101 |
Color Harmonies of #4A3C57
Complementary color
Monochromatic Colors of #4A3C57
Black with #4A3C57
Text Example
Text Example
White with #4A3C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3C57; }
p { color: rgb(74,60,87); }
H1.HeaderClassName
{
color: #4A3C57;
}
.AnyTagClassName
{
color: #4A3C57;
}
</style>
background-color css
<style>
a { background-color: #4A3C57; }
a { background-color: rgb(74,60,87); }
div.DivClassName
{
background-color: #4A3C57;
}
.BgClassName
{
background-color: #4A3C57;
}
</style>
border-color css
<style>
span { border-color: #4A3C57; }
span { border-color: rgb(74,60,87); }
td.TdClassName
{
border-color: #4A3C57;
}
.TagClassName
{
border-color: #4A3C57;
}
</style>