Shades of Scarlet Gum #4A1258
Tints of Scarlet Gum #4A1258
RGB
CMYK
RGB Variations
Color information
#4A1258 (or 0x4A1258) is known color: Scarlet Gum. HEX triplet: 4A, 12 and 58. RGB value is (74,18,88). Sum of RGB (Red+Green+Blue) = 74+18+88=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A1258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1258 is #B5EDA7. Grayscale: #2A2A2A. Windows color (decimal): -11922856 or 5771850. OLE color: 5771850.
HSL color Cylindrical-coordinate representation of color #4A1258: hue angle of 288º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A1258 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 18 | 88 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.65 |
| HSL | 288º | 0.66% | 0.21% | - |
| HSV(B) | 288º | 0.8% | 0.35% | - |
| XYZ | 4.8 | 2.59 | 9.48 | - |
| YUV | 42.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 18 | 88 | 0.16 | 0.80 | 0 | 0.65 | 288 | 0.66 | 0.21 |
| Hex | 4A | 12 | 58 | 10 | 50 | 0 | 41 | 120 | 42 | 15 |
| Octal | 112 | 22 | 130 | 20 | 120 | 0 | 101 | 440 | 102 | 25 |
| Binary | 1001010 | 10010 | 1011000 | 10000 | 1010000 | 0 | 1000001 | 100100000 | 1000010 | 10101 |
Color Harmonies of #4A1258
Complementary color
Monochromatic Colors of #4A1258
Black with #4A1258
Text Example
Text Example
White with #4A1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1258; }
p { color: rgb(74,18,88); }
H1.HeaderClassName
{
color: #4A1258;
}
.AnyTagClassName
{
color: #4A1258;
}
</style>
background-color css
<style>
a { background-color: #4A1258; }
a { background-color: rgb(74,18,88); }
div.DivClassName
{
background-color: #4A1258;
}
.BgClassName
{
background-color: #4A1258;
}
</style>
border-color css
<style>
span { border-color: #4A1258; }
span { border-color: rgb(74,18,88); }
td.TdClassName
{
border-color: #4A1258;
}
.TagClassName
{
border-color: #4A1258;
}
</style>