Shades of Scarlet Gum #4A3057
Tints of Scarlet Gum #4A3057
RGB
CMYK
RGB Variations
Color information
#4A3057 (or 0x4A3057) is known color: Scarlet Gum. HEX triplet: 4A, 30 and 57. RGB value is (74,48,87). Sum of RGB (Red+Green+Blue) = 74+48+87=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A3057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3057 is #B5CFA8. Grayscale: #3C3C3C. Windows color (decimal): -11915177 or 5713994. OLE color: 5713994.
HSL color Cylindrical-coordinate representation of color #4A3057: hue angle of 280º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A3057 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
RGB | 74 | 48 | 87 | - |
CMYK | 0.15 | 0.45 | 0 | 0.66 |
HSL | 280º | 0.29% | 0.26% | - |
HSV(B) | 280º | 0.45% | 0.34% | - |
XYZ | 5.6 | 4.26 | 9.54 | - |
YUV | 60.22 | 143.11 | 137.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 74 | 48 | 87 | 0.15 | 0.45 | 0 | 0.66 | 280 | 0.29 | 0.26 |
Hex | 4A | 30 | 57 | F | 2D | 0 | 42 | 118 | 1D | 1A |
Octal | 112 | 60 | 127 | 17 | 55 | 0 | 102 | 430 | 35 | 32 |
Binary | 1001010 | 110000 | 1010111 | 1111 | 101101 | 0 | 1000010 | 100011000 | 11101 | 11010 |
Color Harmonies of #4A3057
Complementary color
Monochromatic Colors of #4A3057
Black with #4A3057
Text Example
Text Example
White with #4A3057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3057; }
p { color: rgb(74,48,87); }
H1.HeaderClassName
{
color: #4A3057;
}
.AnyTagClassName
{
color: #4A3057;
}
</style>
background-color css
<style>
a { background-color: #4A3057; }
a { background-color: rgb(74,48,87); }
div.DivClassName
{
background-color: #4A3057;
}
.BgClassName
{
background-color: #4A3057;
}
</style>
border-color css
<style>
span { border-color: #4A3057; }
span { border-color: rgb(74,48,87); }
td.TdClassName
{
border-color: #4A3057;
}
.TagClassName
{
border-color: #4A3057;
}
</style>