Shades of Scarlet Gum #4A145E
Tints of Scarlet Gum #4A145E
RGB
CMYK
RGB Variations
Color information
#4A145E (or 0x4A145E) is known color: Scarlet Gum. HEX triplet: 4A, 14 and 5E. RGB value is (74,20,94). Sum of RGB (Red+Green+Blue) = 74+20+94=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A145E is #B5EBA1. Grayscale: #2C2C2C. Windows color (decimal): -11922338 or 6165578. OLE color: 6165578.
HSL color Cylindrical-coordinate representation of color #4A145E: hue angle of 283.78º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A145E is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 20 | 94 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.63 |
| HSL | 283.78º | 0.65% | 0.22% | - |
| HSV(B) | 283.78º | 0.79% | 0.37% | - |
| XYZ | 5.09 | 2.76 | 10.85 | - |
| YUV | 44.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 20 | 94 | 0.21 | 0.79 | 0 | 0.63 | 283.78 | 0.65 | 0.22 |
| Hex | 4A | 14 | 5E | 15 | 4F | 0 | 3F | 11C | 41 | 16 |
| Octal | 112 | 24 | 136 | 25 | 117 | 0 | 77 | 434 | 101 | 26 |
| Binary | 1001010 | 10100 | 1011110 | 10101 | 1001111 | 0 | 111111 | 100011100 | 1000001 | 10110 |
Color Harmonies of #4A145E
Complementary color
Monochromatic Colors of #4A145E
Black with #4A145E
Text Example
Text Example
White with #4A145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A145E; }
p { color: rgb(74,20,94); }
H1.HeaderClassName
{
color: #4A145E;
}
.AnyTagClassName
{
color: #4A145E;
}
</style>
background-color css
<style>
a { background-color: #4A145E; }
a { background-color: rgb(74,20,94); }
div.DivClassName
{
background-color: #4A145E;
}
.BgClassName
{
background-color: #4A145E;
}
</style>
border-color css
<style>
span { border-color: #4A145E; }
span { border-color: rgb(74,20,94); }
td.TdClassName
{
border-color: #4A145E;
}
.TagClassName
{
border-color: #4A145E;
}
</style>