Shades of Scarlet Gum #4A1863
Tints of Scarlet Gum #4A1863
RGB
CMYK
RGB Variations
Color information
#4A1863 (or 0x4A1863) is known color: Scarlet Gum. HEX triplet: 4A, 18 and 63. RGB value is (74,24,99). Sum of RGB (Red+Green+Blue) = 74+24+99=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A1863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1863 is #B5E79C. Grayscale: #2F2F2F. Windows color (decimal): -11921309 or 6494282. OLE color: 6494282.
HSL color Cylindrical-coordinate representation of color #4A1863: hue angle of 280º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A1863 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 24 | 99 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.61 |
| HSL | 280º | 0.61% | 0.24% | - |
| HSV(B) | 280º | 0.76% | 0.39% | - |
| XYZ | 5.4 | 3.01 | 12.1 | - |
| YUV | 47.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 99 | 0.25 | 0.76 | 0 | 0.61 | 280 | 0.61 | 0.24 |
| Hex | 4A | 18 | 63 | 19 | 4C | 0 | 3D | 118 | 3D | 18 |
| Octal | 112 | 30 | 143 | 31 | 114 | 0 | 75 | 430 | 75 | 30 |
| Binary | 1001010 | 11000 | 1100011 | 11001 | 1001100 | 0 | 111101 | 100011000 | 111101 | 11000 |
Color Harmonies of #4A1863
Complementary color
Monochromatic Colors of #4A1863
Black with #4A1863
Text Example
Text Example
White with #4A1863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1863; }
p { color: rgb(74,24,99); }
H1.HeaderClassName
{
color: #4A1863;
}
.AnyTagClassName
{
color: #4A1863;
}
</style>
background-color css
<style>
a { background-color: #4A1863; }
a { background-color: rgb(74,24,99); }
div.DivClassName
{
background-color: #4A1863;
}
.BgClassName
{
background-color: #4A1863;
}
</style>
border-color css
<style>
span { border-color: #4A1863; }
span { border-color: rgb(74,24,99); }
td.TdClassName
{
border-color: #4A1863;
}
.TagClassName
{
border-color: #4A1863;
}
</style>