Shades of Scarlet Gum #4A3155
Tints of Scarlet Gum #4A3155
RGB
CMYK
RGB Variations
Color information
#4A3155 (or 0x4A3155) is known color: Scarlet Gum. HEX triplet: 4A, 31 and 55. RGB value is (74,49,85). Sum of RGB (Red+Green+Blue) = 74+49+85=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A3155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3155 is #B5CEAA. Grayscale: #3C3C3C. Windows color (decimal): -11914923 or 5583178. OLE color: 5583178.
HSL color Cylindrical-coordinate representation of color #4A3155: hue angle of 281.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A3155 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 49 | 85 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.67 |
| HSL | 281.67º | 0.27% | 0.26% | - |
| HSV(B) | 281.67º | 0.42% | 0.33% | - |
| XYZ | 5.56 | 4.31 | 9.13 | - |
| YUV | 60.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 85 | 0.13 | 0.42 | 0 | 0.67 | 281.67 | 0.27 | 0.26 |
| Hex | 4A | 31 | 55 | D | 2A | 0 | 43 | 11A | 1B | 1A |
| Octal | 112 | 61 | 125 | 15 | 52 | 0 | 103 | 432 | 33 | 32 |
| Binary | 1001010 | 110001 | 1010101 | 1101 | 101010 | 0 | 1000011 | 100011010 | 11011 | 11010 |
Color Harmonies of #4A3155
Complementary color
Monochromatic Colors of #4A3155
Black with #4A3155
Text Example
Text Example
White with #4A3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3155; }
p { color: rgb(74,49,85); }
H1.HeaderClassName
{
color: #4A3155;
}
.AnyTagClassName
{
color: #4A3155;
}
</style>
background-color css
<style>
a { background-color: #4A3155; }
a { background-color: rgb(74,49,85); }
div.DivClassName
{
background-color: #4A3155;
}
.BgClassName
{
background-color: #4A3155;
}
</style>
border-color css
<style>
span { border-color: #4A3155; }
span { border-color: rgb(74,49,85); }
td.TdClassName
{
border-color: #4A3155;
}
.TagClassName
{
border-color: #4A3155;
}
</style>