Shades of Scarlet Gum #4A245B
Tints of Scarlet Gum #4A245B
RGB
CMYK
RGB Variations
Color information
#4A245B (or 0x4A245B) is known color: Scarlet Gum. HEX triplet: 4A, 24 and 5B. RGB value is (74,36,91). Sum of RGB (Red+Green+Blue) = 74+36+91=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A245B is #B5DBA4. Grayscale: #353535. Windows color (decimal): -11918245 or 5973066. OLE color: 5973066.
HSL color Cylindrical-coordinate representation of color #4A245B: hue angle of 281.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A245B is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 36 | 91 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.64 |
| HSL | 281.45º | 0.43% | 0.25% | - |
| HSV(B) | 281.45º | 0.6% | 0.36% | - |
| XYZ | 5.34 | 3.47 | 10.29 | - |
| YUV | 53.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 91 | 0.19 | 0.60 | 0 | 0.64 | 281.45 | 0.43 | 0.25 |
| Hex | 4A | 24 | 5B | 13 | 3C | 0 | 40 | 119 | 2B | 19 |
| Octal | 112 | 44 | 133 | 23 | 74 | 0 | 100 | 431 | 53 | 31 |
| Binary | 1001010 | 100100 | 1011011 | 10011 | 111100 | 0 | 1000000 | 100011001 | 101011 | 11001 |
Color Harmonies of #4A245B
Complementary color
Monochromatic Colors of #4A245B
Black with #4A245B
Text Example
Text Example
White with #4A245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A245B; }
p { color: rgb(74,36,91); }
H1.HeaderClassName
{
color: #4A245B;
}
.AnyTagClassName
{
color: #4A245B;
}
</style>
background-color css
<style>
a { background-color: #4A245B; }
a { background-color: rgb(74,36,91); }
div.DivClassName
{
background-color: #4A245B;
}
.BgClassName
{
background-color: #4A245B;
}
</style>
border-color css
<style>
span { border-color: #4A245B; }
span { border-color: rgb(74,36,91); }
td.TdClassName
{
border-color: #4A245B;
}
.TagClassName
{
border-color: #4A245B;
}
</style>