Shades of Scarlet Gum #4A355B
Tints of Scarlet Gum #4A355B
RGB
CMYK
RGB Variations
Color information
#4A355B (or 0x4A355B) is known color: Scarlet Gum. HEX triplet: 4A, 35 and 5B. RGB value is (74,53,91). Sum of RGB (Red+Green+Blue) = 74+53+91=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A355B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A355B is #B5CAA4. Grayscale: #3F3F3F. Windows color (decimal): -11913893 or 5977418. OLE color: 5977418.
HSL color Cylindrical-coordinate representation of color #4A355B: hue angle of 273.16º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A355B is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 53 | 91 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.64 |
| HSL | 273.16º | 0.26% | 0.28% | - |
| HSV(B) | 273.16º | 0.42% | 0.36% | - |
| XYZ | 5.99 | 4.76 | 10.5 | - |
| YUV | 63.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 91 | 0.19 | 0.42 | 0 | 0.64 | 273.16 | 0.26 | 0.28 |
| Hex | 4A | 35 | 5B | 13 | 2A | 0 | 40 | 111 | 1A | 1C |
| Octal | 112 | 65 | 133 | 23 | 52 | 0 | 100 | 421 | 32 | 34 |
| Binary | 1001010 | 110101 | 1011011 | 10011 | 101010 | 0 | 1000000 | 100010001 | 11010 | 11100 |
Color Harmonies of #4A355B
Complementary color
Monochromatic Colors of #4A355B
Black with #4A355B
Text Example
Text Example
White with #4A355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A355B; }
p { color: rgb(74,53,91); }
H1.HeaderClassName
{
color: #4A355B;
}
.AnyTagClassName
{
color: #4A355B;
}
</style>
background-color css
<style>
a { background-color: #4A355B; }
a { background-color: rgb(74,53,91); }
div.DivClassName
{
background-color: #4A355B;
}
.BgClassName
{
background-color: #4A355B;
}
</style>
border-color css
<style>
span { border-color: #4A355B; }
span { border-color: rgb(74,53,91); }
td.TdClassName
{
border-color: #4A355B;
}
.TagClassName
{
border-color: #4A355B;
}
</style>