Shades of Scarlet Gum #4A1166
Tints of Scarlet Gum #4A1166
RGB
CMYK
RGB Variations
Color information
#4A1166 (or 0x4A1166) is known color: Scarlet Gum. HEX triplet: 4A, 11 and 66. RGB value is (74,17,102). Sum of RGB (Red+Green+Blue) = 74+17+102=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #4A1166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1166 is #B5EE99. Grayscale: #2B2B2B. Windows color (decimal): -11923098 or 6689098. OLE color: 6689098.
HSL color Cylindrical-coordinate representation of color #4A1166: hue angle of 280.24º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A1166 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 74 | 17 | 102 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.6 |
| HSL | 280.24º | 0.71% | 0.23% | - |
| HSV(B) | 280.24º | 0.83% | 0.4% | - |
| XYZ | 5.42 | 2.82 | 12.83 | - |
| YUV | 43.73 | 160.88 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 102 | 0.27 | 0.83 | 0 | 0.6 | 280.24 | 0.71 | 0.23 |
| Hex | 4A | 11 | 66 | 1B | 53 | 0 | 3C | 118 | 47 | 17 |
| Octal | 112 | 21 | 146 | 33 | 123 | 0 | 74 | 430 | 107 | 27 |
| Binary | 1001010 | 10001 | 1100110 | 11011 | 1010011 | 0 | 111100 | 100011000 | 1000111 | 10111 |
Color Harmonies of #4A1166
Complementary color
Monochromatic Colors of #4A1166
Black with #4A1166
Text Example
Text Example
White with #4A1166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1166; }
p { color: rgb(74,17,102); }
H1.HeaderClassName
{
color: #4A1166;
}
.AnyTagClassName
{
color: #4A1166;
}
</style>
background-color css
<style>
a { background-color: #4A1166; }
a { background-color: rgb(74,17,102); }
div.DivClassName
{
background-color: #4A1166;
}
.BgClassName
{
background-color: #4A1166;
}
</style>
border-color css
<style>
span { border-color: #4A1166; }
span { border-color: rgb(74,17,102); }
td.TdClassName
{
border-color: #4A1166;
}
.TagClassName
{
border-color: #4A1166;
}
</style>