Shades of Scarlet Gum #4A2066
Tints of Scarlet Gum #4A2066
RGB
CMYK
RGB Variations
Color information
#4A2066 (or 0x4A2066) is known color: Scarlet Gum. HEX triplet: 4A, 20 and 66. RGB value is (74,32,102). Sum of RGB (Red+Green+Blue) = 74+32+102=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #4A2066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2066 is #B5DF99. Grayscale: #343434. Windows color (decimal): -11919258 or 6692938. OLE color: 6692938.
HSL color Cylindrical-coordinate representation of color #4A2066: hue angle of 276º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A2066 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 74 | 32 | 102 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.6 |
| HSL | 276º | 0.52% | 0.26% | - |
| HSV(B) | 276º | 0.69% | 0.4% | - |
| XYZ | 5.74 | 3.45 | 12.93 | - |
| YUV | 52.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 102 | 0.27 | 0.69 | 0 | 0.6 | 276 | 0.52 | 0.26 |
| Hex | 4A | 20 | 66 | 1B | 45 | 0 | 3C | 114 | 34 | 1A |
| Octal | 112 | 40 | 146 | 33 | 105 | 0 | 74 | 424 | 64 | 32 |
| Binary | 1001010 | 100000 | 1100110 | 11011 | 1000101 | 0 | 111100 | 100010100 | 110100 | 11010 |
Color Harmonies of #4A2066
Complementary color
Monochromatic Colors of #4A2066
Black with #4A2066
Text Example
Text Example
White with #4A2066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2066; }
p { color: rgb(74,32,102); }
H1.HeaderClassName
{
color: #4A2066;
}
.AnyTagClassName
{
color: #4A2066;
}
</style>
background-color css
<style>
a { background-color: #4A2066; }
a { background-color: rgb(74,32,102); }
div.DivClassName
{
background-color: #4A2066;
}
.BgClassName
{
background-color: #4A2066;
}
</style>
border-color css
<style>
span { border-color: #4A2066; }
span { border-color: rgb(74,32,102); }
td.TdClassName
{
border-color: #4A2066;
}
.TagClassName
{
border-color: #4A2066;
}
</style>