Shades of Scarlet Gum #4A1D62
Tints of Scarlet Gum #4A1D62
RGB
CMYK
RGB Variations
Color information
#4A1D62 (or 0x4A1D62) is known color: Scarlet Gum. HEX triplet: 4A, 1D and 62. RGB value is (74,29,98). Sum of RGB (Red+Green+Blue) = 74+29+98=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A1D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1D62 is #B5E29D. Grayscale: #323232. Windows color (decimal): -11920030 or 6430026. OLE color: 6430026.
HSL color Cylindrical-coordinate representation of color #4A1D62: hue angle of 279.13º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A1D62 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 29 | 98 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.62 |
| HSL | 279.13º | 0.54% | 0.25% | - |
| HSV(B) | 279.13º | 0.7% | 0.38% | - |
| XYZ | 5.47 | 3.22 | 11.89 | - |
| YUV | 50.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 29 | 98 | 0.24 | 0.70 | 0 | 0.62 | 279.13 | 0.54 | 0.25 |
| Hex | 4A | 1D | 62 | 18 | 46 | 0 | 3E | 117 | 36 | 19 |
| Octal | 112 | 35 | 142 | 30 | 106 | 0 | 76 | 427 | 66 | 31 |
| Binary | 1001010 | 11101 | 1100010 | 11000 | 1000110 | 0 | 111110 | 100010111 | 110110 | 11001 |
Color Harmonies of #4A1D62
Complementary color
Monochromatic Colors of #4A1D62
Black with #4A1D62
Text Example
Text Example
White with #4A1D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1D62; }
p { color: rgb(74,29,98); }
H1.HeaderClassName
{
color: #4A1D62;
}
.AnyTagClassName
{
color: #4A1D62;
}
</style>
background-color css
<style>
a { background-color: #4A1D62; }
a { background-color: rgb(74,29,98); }
div.DivClassName
{
background-color: #4A1D62;
}
.BgClassName
{
background-color: #4A1D62;
}
</style>
border-color css
<style>
span { border-color: #4A1D62; }
span { border-color: rgb(74,29,98); }
td.TdClassName
{
border-color: #4A1D62;
}
.TagClassName
{
border-color: #4A1D62;
}
</style>