Shades of Scarlet Gum #4A2E53
Tints of Scarlet Gum #4A2E53
RGB
CMYK
RGB Variations
Color information
#4A2E53 (or 0x4A2E53) is known color: Scarlet Gum. HEX triplet: 4A, 2E and 53. RGB value is (74,46,83). Sum of RGB (Red+Green+Blue) = 74+46+83=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A2E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2E53 is #B5D1AC. Grayscale: #3A3A3A. Windows color (decimal): -11915693 or 5451338. OLE color: 5451338.
HSL color Cylindrical-coordinate representation of color #4A2E53: hue angle of 285.41º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A2E53 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 46 | 83 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.67 |
| HSL | 285.41º | 0.29% | 0.25% | - |
| HSV(B) | 285.41º | 0.45% | 0.33% | - |
| XYZ | 5.36 | 4.03 | 8.68 | - |
| YUV | 58.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 46 | 83 | 0.11 | 0.45 | 0 | 0.67 | 285.41 | 0.29 | 0.25 |
| Hex | 4A | 2E | 53 | B | 2D | 0 | 43 | 11D | 1D | 19 |
| Octal | 112 | 56 | 123 | 13 | 55 | 0 | 103 | 435 | 35 | 31 |
| Binary | 1001010 | 101110 | 1010011 | 1011 | 101101 | 0 | 1000011 | 100011101 | 11101 | 11001 |
Color Harmonies of #4A2E53
Complementary color
Monochromatic Colors of #4A2E53
Black with #4A2E53
Text Example
Text Example
White with #4A2E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2E53; }
p { color: rgb(74,46,83); }
H1.HeaderClassName
{
color: #4A2E53;
}
.AnyTagClassName
{
color: #4A2E53;
}
</style>
background-color css
<style>
a { background-color: #4A2E53; }
a { background-color: rgb(74,46,83); }
div.DivClassName
{
background-color: #4A2E53;
}
.BgClassName
{
background-color: #4A2E53;
}
</style>
border-color css
<style>
span { border-color: #4A2E53; }
span { border-color: rgb(74,46,83); }
td.TdClassName
{
border-color: #4A2E53;
}
.TagClassName
{
border-color: #4A2E53;
}
</style>