Shades of Scarlet Gum #4B095B
Tints of Scarlet Gum #4B095B
RGB
CMYK
RGB Variations
Color information
#4B095B (or 0x4B095B) is known color: Scarlet Gum. HEX triplet: 4B, 09 and 5B. RGB value is (75,9,91). Sum of RGB (Red+Green+Blue) = 75+9+91=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B095B is #B4F6A4. Grayscale: #252525. Windows color (decimal): -11859621 or 5966155. OLE color: 5966155.
HSL color Cylindrical-coordinate representation of color #4B095B: hue angle of 288.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B095B is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 9 | 91 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.64 |
| HSL | 288.29º | 0.82% | 0.2% | - |
| HSV(B) | 288.29º | 0.9% | 0.36% | - |
| XYZ | 4.89 | 2.45 | 10.11 | - |
| YUV | 38.08 | 157.87 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 91 | 0.18 | 0.90 | 0 | 0.64 | 288.29 | 0.82 | 0.2 |
| Hex | 4B | 9 | 5B | 12 | 5A | 0 | 40 | 120 | 52 | 14 |
| Octal | 113 | 11 | 133 | 22 | 132 | 0 | 100 | 440 | 122 | 24 |
| Binary | 1001011 | 1001 | 1011011 | 10010 | 1011010 | 0 | 1000000 | 100100000 | 1010010 | 10100 |
Color Harmonies of #4B095B
Complementary color
Monochromatic Colors of #4B095B
Black with #4B095B
Text Example
Text Example
White with #4B095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B095B; }
p { color: rgb(75,9,91); }
H1.HeaderClassName
{
color: #4B095B;
}
.AnyTagClassName
{
color: #4B095B;
}
</style>
background-color css
<style>
a { background-color: #4B095B; }
a { background-color: rgb(75,9,91); }
div.DivClassName
{
background-color: #4B095B;
}
.BgClassName
{
background-color: #4B095B;
}
</style>
border-color css
<style>
span { border-color: #4B095B; }
span { border-color: rgb(75,9,91); }
td.TdClassName
{
border-color: #4B095B;
}
.TagClassName
{
border-color: #4B095B;
}
</style>