Shades of Scarlet Gum #4A3357
Tints of Scarlet Gum #4A3357
RGB
CMYK
RGB Variations
Color information
#4A3357 (or 0x4A3357) is known color: Scarlet Gum. HEX triplet: 4A, 33 and 57. RGB value is (74,51,87). Sum of RGB (Red+Green+Blue) = 74+51+87=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A3357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3357 is #B5CCA8. Grayscale: #3D3D3D. Windows color (decimal): -11914409 or 5714762. OLE color: 5714762.
HSL color Cylindrical-coordinate representation of color #4A3357: hue angle of 278.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A3357 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 51 | 87 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.66 |
| HSL | 278.33º | 0.26% | 0.27% | - |
| HSV(B) | 278.33º | 0.41% | 0.34% | - |
| XYZ | 5.73 | 4.51 | 9.59 | - |
| YUV | 61.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 51 | 87 | 0.15 | 0.41 | 0 | 0.66 | 278.33 | 0.26 | 0.27 |
| Hex | 4A | 33 | 57 | F | 29 | 0 | 42 | 116 | 1A | 1B |
| Octal | 112 | 63 | 127 | 17 | 51 | 0 | 102 | 426 | 32 | 33 |
| Binary | 1001010 | 110011 | 1010111 | 1111 | 101001 | 0 | 1000010 | 100010110 | 11010 | 11011 |
Color Harmonies of #4A3357
Complementary color
Monochromatic Colors of #4A3357
Black with #4A3357
Text Example
Text Example
White with #4A3357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3357; }
p { color: rgb(74,51,87); }
H1.HeaderClassName
{
color: #4A3357;
}
.AnyTagClassName
{
color: #4A3357;
}
</style>
background-color css
<style>
a { background-color: #4A3357; }
a { background-color: rgb(74,51,87); }
div.DivClassName
{
background-color: #4A3357;
}
.BgClassName
{
background-color: #4A3357;
}
</style>
border-color css
<style>
span { border-color: #4A3357; }
span { border-color: rgb(74,51,87); }
td.TdClassName
{
border-color: #4A3357;
}
.TagClassName
{
border-color: #4A3357;
}
</style>