Shades of Scarlet Gum #4A1968
Tints of Scarlet Gum #4A1968
RGB
CMYK
RGB Variations
Color information
#4A1968 (or 0x4A1968) is known color: Scarlet Gum. HEX triplet: 4A, 19 and 68. RGB value is (74,25,104). Sum of RGB (Red+Green+Blue) = 74+25+104=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A1968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1968 is #B5E697. Grayscale: #303030. Windows color (decimal): -11921048 or 6822218. OLE color: 6822218.
HSL color Cylindrical-coordinate representation of color #4A1968: hue angle of 277.22º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A1968 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 25 | 104 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.59 |
| HSL | 277.22º | 0.61% | 0.25% | - |
| HSV(B) | 277.22º | 0.76% | 0.41% | - |
| XYZ | 5.67 | 3.15 | 13.41 | - |
| YUV | 48.66 | 159.23 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 104 | 0.29 | 0.76 | 0 | 0.59 | 277.22 | 0.61 | 0.25 |
| Hex | 4A | 19 | 68 | 1D | 4C | 0 | 3B | 115 | 3D | 19 |
| Octal | 112 | 31 | 150 | 35 | 114 | 0 | 73 | 425 | 75 | 31 |
| Binary | 1001010 | 11001 | 1101000 | 11101 | 1001100 | 0 | 111011 | 100010101 | 111101 | 11001 |
Color Harmonies of #4A1968
Complementary color
Monochromatic Colors of #4A1968
Black with #4A1968
Text Example
Text Example
White with #4A1968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1968; }
p { color: rgb(74,25,104); }
H1.HeaderClassName
{
color: #4A1968;
}
.AnyTagClassName
{
color: #4A1968;
}
</style>
background-color css
<style>
a { background-color: #4A1968; }
a { background-color: rgb(74,25,104); }
div.DivClassName
{
background-color: #4A1968;
}
.BgClassName
{
background-color: #4A1968;
}
</style>
border-color css
<style>
span { border-color: #4A1968; }
span { border-color: rgb(74,25,104); }
td.TdClassName
{
border-color: #4A1968;
}
.TagClassName
{
border-color: #4A1968;
}
</style>