Shades of Scarlet Gum #4A3857
Tints of Scarlet Gum #4A3857
RGB
CMYK
RGB Variations
Color information
#4A3857 (or 0x4A3857) is known color: Scarlet Gum. HEX triplet: 4A, 38 and 57. RGB value is (74,56,87). Sum of RGB (Red+Green+Blue) = 74+56+87=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A3857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3857 is #B5C7A8. Grayscale: #404040. Windows color (decimal): -11913129 or 5716042. OLE color: 5716042.
HSL color Cylindrical-coordinate representation of color #4A3857: hue angle of 274.84º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A3857 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 56 | 87 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.66 |
| HSL | 274.84º | 0.22% | 0.28% | - |
| HSV(B) | 274.84º | 0.36% | 0.34% | - |
| XYZ | 5.96 | 4.97 | 9.66 | - |
| YUV | 64.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 87 | 0.15 | 0.36 | 0 | 0.66 | 274.84 | 0.22 | 0.28 |
| Hex | 4A | 38 | 57 | F | 24 | 0 | 42 | 113 | 16 | 1C |
| Octal | 112 | 70 | 127 | 17 | 44 | 0 | 102 | 423 | 26 | 34 |
| Binary | 1001010 | 111000 | 1010111 | 1111 | 100100 | 0 | 1000010 | 100010011 | 10110 | 11100 |
Color Harmonies of #4A3857
Complementary color
Monochromatic Colors of #4A3857
Black with #4A3857
Text Example
Text Example
White with #4A3857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3857; }
p { color: rgb(74,56,87); }
H1.HeaderClassName
{
color: #4A3857;
}
.AnyTagClassName
{
color: #4A3857;
}
</style>
background-color css
<style>
a { background-color: #4A3857; }
a { background-color: rgb(74,56,87); }
div.DivClassName
{
background-color: #4A3857;
}
.BgClassName
{
background-color: #4A3857;
}
</style>
border-color css
<style>
span { border-color: #4A3857; }
span { border-color: rgb(74,56,87); }
td.TdClassName
{
border-color: #4A3857;
}
.TagClassName
{
border-color: #4A3857;
}
</style>