Shades of Scarlet Gum #4A0359
Tints of Scarlet Gum #4A0359
RGB
CMYK
RGB Variations
Color information
#4A0359 (or 0x4A0359) is known color: Scarlet Gum. HEX triplet: 4A, 03 and 59. RGB value is (74,3,89). Sum of RGB (Red+Green+Blue) = 74+3+89=166 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.58% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A0359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0359 is #B5FCA6. Grayscale: #212121. Windows color (decimal): -11926695 or 5833546. OLE color: 5833546.
HSL color Cylindrical-coordinate representation of color #4A0359: hue angle of 289.53º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A0359 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 3 | 89 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.65 |
| HSL | 289.53º | 0.93% | 0.18% | - |
| HSV(B) | 289.53º | 0.97% | 0.35% | - |
| XYZ | 4.66 | 2.24 | 9.64 | - |
| YUV | 34.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 89 | 0.17 | 0.97 | 0 | 0.65 | 289.53 | 0.93 | 0.18 |
| Hex | 4A | 3 | 59 | 11 | 61 | 0 | 41 | 122 | 5D | 12 |
| Octal | 112 | 3 | 131 | 21 | 141 | 0 | 101 | 442 | 135 | 22 |
| Binary | 1001010 | 11 | 1011001 | 10001 | 1100001 | 0 | 1000001 | 100100010 | 1011101 | 10010 |
Color Harmonies of #4A0359
Complementary color
Monochromatic Colors of #4A0359
Black with #4A0359
Text Example
Text Example
White with #4A0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0359; }
p { color: rgb(74,3,89); }
H1.HeaderClassName
{
color: #4A0359;
}
.AnyTagClassName
{
color: #4A0359;
}
</style>
background-color css
<style>
a { background-color: #4A0359; }
a { background-color: rgb(74,3,89); }
div.DivClassName
{
background-color: #4A0359;
}
.BgClassName
{
background-color: #4A0359;
}
</style>
border-color css
<style>
span { border-color: #4A0359; }
span { border-color: rgb(74,3,89); }
td.TdClassName
{
border-color: #4A0359;
}
.TagClassName
{
border-color: #4A0359;
}
</style>