Shades of Scarlet Gum #4A2260
Tints of Scarlet Gum #4A2260
RGB
CMYK
RGB Variations
Color information
#4A2260 (or 0x4A2260) is known color: Scarlet Gum. HEX triplet: 4A, 22 and 60. RGB value is (74,34,96). Sum of RGB (Red+Green+Blue) = 74+34+96=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A2260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2260 is #B5DD9F. Grayscale: #343434. Windows color (decimal): -11918752 or 6300234. OLE color: 6300234.
HSL color Cylindrical-coordinate representation of color #4A2260: hue angle of 278.71º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A2260 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 34 | 96 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.62 |
| HSL | 278.71º | 0.48% | 0.25% | - |
| HSV(B) | 278.71º | 0.65% | 0.38% | - |
| XYZ | 5.51 | 3.44 | 11.44 | - |
| YUV | 53.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 96 | 0.23 | 0.65 | 0 | 0.62 | 278.71 | 0.48 | 0.25 |
| Hex | 4A | 22 | 60 | 17 | 41 | 0 | 3E | 117 | 30 | 19 |
| Octal | 112 | 42 | 140 | 27 | 101 | 0 | 76 | 427 | 60 | 31 |
| Binary | 1001010 | 100010 | 1100000 | 10111 | 1000001 | 0 | 111110 | 100010111 | 110000 | 11001 |
Color Harmonies of #4A2260
Complementary color
Monochromatic Colors of #4A2260
Black with #4A2260
Text Example
Text Example
White with #4A2260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2260; }
p { color: rgb(74,34,96); }
H1.HeaderClassName
{
color: #4A2260;
}
.AnyTagClassName
{
color: #4A2260;
}
</style>
background-color css
<style>
a { background-color: #4A2260; }
a { background-color: rgb(74,34,96); }
div.DivClassName
{
background-color: #4A2260;
}
.BgClassName
{
background-color: #4A2260;
}
</style>
border-color css
<style>
span { border-color: #4A2260; }
span { border-color: rgb(74,34,96); }
td.TdClassName
{
border-color: #4A2260;
}
.TagClassName
{
border-color: #4A2260;
}
</style>