Shades of Scarlet Gum #4A1562
Tints of Scarlet Gum #4A1562
RGB
CMYK
RGB Variations
Color information
#4A1562 (or 0x4A1562) is known color: Scarlet Gum. HEX triplet: 4A, 15 and 62. RGB value is (74,21,98). Sum of RGB (Red+Green+Blue) = 74+21+98=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A1562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1562 is #B5EA9D. Grayscale: #2D2D2D. Windows color (decimal): -11922078 or 6427978. OLE color: 6427978.
HSL color Cylindrical-coordinate representation of color #4A1562: hue angle of 281.3º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A1562 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 21 | 98 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.62 |
| HSL | 281.3º | 0.65% | 0.23% | - |
| HSV(B) | 281.3º | 0.79% | 0.38% | - |
| XYZ | 5.3 | 2.87 | 11.83 | - |
| YUV | 45.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 98 | 0.24 | 0.79 | 0 | 0.62 | 281.3 | 0.65 | 0.23 |
| Hex | 4A | 15 | 62 | 18 | 4F | 0 | 3E | 119 | 41 | 17 |
| Octal | 112 | 25 | 142 | 30 | 117 | 0 | 76 | 431 | 101 | 27 |
| Binary | 1001010 | 10101 | 1100010 | 11000 | 1001111 | 0 | 111110 | 100011001 | 1000001 | 10111 |
Color Harmonies of #4A1562
Complementary color
Monochromatic Colors of #4A1562
Black with #4A1562
Text Example
Text Example
White with #4A1562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1562; }
p { color: rgb(74,21,98); }
H1.HeaderClassName
{
color: #4A1562;
}
.AnyTagClassName
{
color: #4A1562;
}
</style>
background-color css
<style>
a { background-color: #4A1562; }
a { background-color: rgb(74,21,98); }
div.DivClassName
{
background-color: #4A1562;
}
.BgClassName
{
background-color: #4A1562;
}
</style>
border-color css
<style>
span { border-color: #4A1562; }
span { border-color: rgb(74,21,98); }
td.TdClassName
{
border-color: #4A1562;
}
.TagClassName
{
border-color: #4A1562;
}
</style>