Shades of Scarlet Gum #4A3457
Tints of Scarlet Gum #4A3457
RGB
CMYK
RGB Variations
Color information
#4A3457 (or 0x4A3457) is known color: Scarlet Gum. HEX triplet: 4A, 34 and 57. RGB value is (74,52,87). Sum of RGB (Red+Green+Blue) = 74+52+87=213 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.74% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A3457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3457 is #B5CBA8. Grayscale: #3E3E3E. Windows color (decimal): -11914153 or 5715018. OLE color: 5715018.
HSL color Cylindrical-coordinate representation of color #4A3457: hue angle of 277.71º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A3457 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 52 | 87 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.66 |
| HSL | 277.71º | 0.25% | 0.27% | - |
| HSV(B) | 277.71º | 0.4% | 0.34% | - |
| XYZ | 5.77 | 4.6 | 9.6 | - |
| YUV | 62.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 87 | 0.15 | 0.40 | 0 | 0.66 | 277.71 | 0.25 | 0.27 |
| Hex | 4A | 34 | 57 | F | 28 | 0 | 42 | 116 | 19 | 1B |
| Octal | 112 | 64 | 127 | 17 | 50 | 0 | 102 | 426 | 31 | 33 |
| Binary | 1001010 | 110100 | 1010111 | 1111 | 101000 | 0 | 1000010 | 100010110 | 11001 | 11011 |
Color Harmonies of #4A3457
Complementary color
Monochromatic Colors of #4A3457
Black with #4A3457
Text Example
Text Example
White with #4A3457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3457; }
p { color: rgb(74,52,87); }
H1.HeaderClassName
{
color: #4A3457;
}
.AnyTagClassName
{
color: #4A3457;
}
</style>
background-color css
<style>
a { background-color: #4A3457; }
a { background-color: rgb(74,52,87); }
div.DivClassName
{
background-color: #4A3457;
}
.BgClassName
{
background-color: #4A3457;
}
</style>
border-color css
<style>
span { border-color: #4A3457; }
span { border-color: rgb(74,52,87); }
td.TdClassName
{
border-color: #4A3457;
}
.TagClassName
{
border-color: #4A3457;
}
</style>