Shades of Scarlet Gum #4B1166
Tints of Scarlet Gum #4B1166
RGB
CMYK
RGB Variations
Color information
#4B1166 (or 0x4B1166) is known color: Scarlet Gum. HEX triplet: 4B, 11 and 66. RGB value is (75,17,102). Sum of RGB (Red+Green+Blue) = 75+17+102=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B1166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1166 is #B4EE99. Grayscale: #2B2B2B. Windows color (decimal): -11857562 or 6689099. OLE color: 6689099.
HSL color Cylindrical-coordinate representation of color #4B1166: hue angle of 280.94º 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 #4B1166 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 17 | 102 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.6 |
| HSL | 280.94º | 0.71% | 0.23% | - |
| HSV(B) | 280.94º | 0.83% | 0.4% | - |
| XYZ | 5.5 | 2.86 | 12.83 | - |
| YUV | 44.03 | 160.72 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 102 | 0.26 | 0.83 | 0 | 0.6 | 280.94 | 0.71 | 0.23 |
| Hex | 4B | 11 | 66 | 1A | 53 | 0 | 3C | 119 | 47 | 17 |
| Octal | 113 | 21 | 146 | 32 | 123 | 0 | 74 | 431 | 107 | 27 |
| Binary | 1001011 | 10001 | 1100110 | 11010 | 1010011 | 0 | 111100 | 100011001 | 1000111 | 10111 |
Color Harmonies of #4B1166
Complementary color
Monochromatic Colors of #4B1166
Black with #4B1166
Text Example
Text Example
White with #4B1166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1166; }
p { color: rgb(75,17,102); }
H1.HeaderClassName
{
color: #4B1166;
}
.AnyTagClassName
{
color: #4B1166;
}
</style>
background-color css
<style>
a { background-color: #4B1166; }
a { background-color: rgb(75,17,102); }
div.DivClassName
{
background-color: #4B1166;
}
.BgClassName
{
background-color: #4B1166;
}
</style>
border-color css
<style>
span { border-color: #4B1166; }
span { border-color: rgb(75,17,102); }
td.TdClassName
{
border-color: #4B1166;
}
.TagClassName
{
border-color: #4B1166;
}
</style>