Shades of Scarlet Gum #4A3758
Tints of Scarlet Gum #4A3758
RGB
CMYK
RGB Variations
Color information
#4A3758 (or 0x4A3758) is known color: Scarlet Gum. HEX triplet: 4A, 37 and 58. RGB value is (74,55,88). Sum of RGB (Red+Green+Blue) = 74+55+88=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A3758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3758 is #B5C8A7. Grayscale: #404040. Windows color (decimal): -11913384 or 5781322. OLE color: 5781322.
HSL color Cylindrical-coordinate representation of color #4A3758: hue angle of 274.55º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A3758 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 55 | 88 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.65 |
| HSL | 274.55º | 0.23% | 0.28% | - |
| HSV(B) | 274.55º | 0.38% | 0.35% | - |
| XYZ | 5.95 | 4.89 | 9.86 | - |
| YUV | 64.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 88 | 0.16 | 0.38 | 0 | 0.65 | 274.55 | 0.23 | 0.28 |
| Hex | 4A | 37 | 58 | 10 | 26 | 0 | 41 | 113 | 17 | 1C |
| Octal | 112 | 67 | 130 | 20 | 46 | 0 | 101 | 423 | 27 | 34 |
| Binary | 1001010 | 110111 | 1011000 | 10000 | 100110 | 0 | 1000001 | 100010011 | 10111 | 11100 |
Color Harmonies of #4A3758
Complementary color
Monochromatic Colors of #4A3758
Black with #4A3758
Text Example
Text Example
White with #4A3758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3758; }
p { color: rgb(74,55,88); }
H1.HeaderClassName
{
color: #4A3758;
}
.AnyTagClassName
{
color: #4A3758;
}
</style>
background-color css
<style>
a { background-color: #4A3758; }
a { background-color: rgb(74,55,88); }
div.DivClassName
{
background-color: #4A3758;
}
.BgClassName
{
background-color: #4A3758;
}
</style>
border-color css
<style>
span { border-color: #4A3758; }
span { border-color: rgb(74,55,88); }
td.TdClassName
{
border-color: #4A3758;
}
.TagClassName
{
border-color: #4A3758;
}
</style>