Shades of Scarlet Gum #4B185E
Tints of Scarlet Gum #4B185E
RGB
CMYK
RGB Variations
Color information
#4B185E (or 0x4B185E) is known color: Scarlet Gum. HEX triplet: 4B, 18 and 5E. RGB value is (75,24,94). Sum of RGB (Red+Green+Blue) = 75+24+94=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #4B185E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B185E is #B4E7A1. Grayscale: #2F2F2F. Windows color (decimal): -11855778 or 6166603. OLE color: 6166603.
HSL color Cylindrical-coordinate representation of color #4B185E: hue angle of 283.71º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B185E is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 75 | 24 | 94 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.63 |
| HSL | 283.71º | 0.59% | 0.23% | - |
| HSV(B) | 283.71º | 0.74% | 0.37% | - |
| XYZ | 5.25 | 2.96 | 10.88 | - |
| YUV | 47.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 94 | 0.20 | 0.74 | 0 | 0.63 | 283.71 | 0.59 | 0.23 |
| Hex | 4B | 18 | 5E | 14 | 4A | 0 | 3F | 11C | 3B | 17 |
| Octal | 113 | 30 | 136 | 24 | 112 | 0 | 77 | 434 | 73 | 27 |
| Binary | 1001011 | 11000 | 1011110 | 10100 | 1001010 | 0 | 111111 | 100011100 | 111011 | 10111 |
Color Harmonies of #4B185E
Complementary color
Monochromatic Colors of #4B185E
Black with #4B185E
Text Example
Text Example
White with #4B185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B185E; }
p { color: rgb(75,24,94); }
H1.HeaderClassName
{
color: #4B185E;
}
.AnyTagClassName
{
color: #4B185E;
}
</style>
background-color css
<style>
a { background-color: #4B185E; }
a { background-color: rgb(75,24,94); }
div.DivClassName
{
background-color: #4B185E;
}
.BgClassName
{
background-color: #4B185E;
}
</style>
border-color css
<style>
span { border-color: #4B185E; }
span { border-color: rgb(75,24,94); }
td.TdClassName
{
border-color: #4B185E;
}
.TagClassName
{
border-color: #4B185E;
}
</style>