Shades of Scarlet Gum #4A1862
Tints of Scarlet Gum #4A1862
RGB
CMYK
RGB Variations
Color information
#4A1862 (or 0x4A1862) is known color: Scarlet Gum. HEX triplet: 4A, 18 and 62. RGB value is (74,24,98). Sum of RGB (Red+Green+Blue) = 74+24+98=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #4A1862 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1862 is #B5E79D. Grayscale: #2F2F2F. Windows color (decimal): -11921310 or 6428746. OLE color: 6428746.
HSL color Cylindrical-coordinate representation of color #4A1862: hue angle of 280.54º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A1862 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 24 | 98 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.62 |
| HSL | 280.54º | 0.61% | 0.24% | - |
| HSV(B) | 280.54º | 0.76% | 0.38% | - |
| XYZ | 5.36 | 2.99 | 11.85 | - |
| YUV | 47.39 | 156.57 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 98 | 0.24 | 0.76 | 0 | 0.62 | 280.54 | 0.61 | 0.24 |
| Hex | 4A | 18 | 62 | 18 | 4C | 0 | 3E | 119 | 3D | 18 |
| Octal | 112 | 30 | 142 | 30 | 114 | 0 | 76 | 431 | 75 | 30 |
| Binary | 1001010 | 11000 | 1100010 | 11000 | 1001100 | 0 | 111110 | 100011001 | 111101 | 11000 |
Color Harmonies of #4A1862
Complementary color
Monochromatic Colors of #4A1862
Black with #4A1862
Text Example
Text Example
White with #4A1862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1862; }
p { color: rgb(74,24,98); }
H1.HeaderClassName
{
color: #4A1862;
}
.AnyTagClassName
{
color: #4A1862;
}
</style>
background-color css
<style>
a { background-color: #4A1862; }
a { background-color: rgb(74,24,98); }
div.DivClassName
{
background-color: #4A1862;
}
.BgClassName
{
background-color: #4A1862;
}
</style>
border-color css
<style>
span { border-color: #4A1862; }
span { border-color: rgb(74,24,98); }
td.TdClassName
{
border-color: #4A1862;
}
.TagClassName
{
border-color: #4A1862;
}
</style>