Shades of Scarlet Gum #4B085F
Tints of Scarlet Gum #4B085F
RGB
CMYK
RGB Variations
Color information
#4B085F (or 0x4B085F) is known color: Scarlet Gum. HEX triplet: 4B, 08 and 5F. RGB value is (75,8,95). Sum of RGB (Red+Green+Blue) = 75+8+95=178 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.13% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B085F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B085F is #B4F7A0. Grayscale: #252525. Windows color (decimal): -11859873 or 6228043. OLE color: 6228043.
HSL color Cylindrical-coordinate representation of color #4B085F: hue angle of 286.21º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B085F is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 75 | 8 | 95 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.63 |
| HSL | 286.21º | 0.84% | 0.2% | - |
| HSV(B) | 286.21º | 0.92% | 0.37% | - |
| XYZ | 5.05 | 2.5 | 11.04 | - |
| YUV | 37.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 95 | 0.21 | 0.92 | 0 | 0.63 | 286.21 | 0.84 | 0.2 |
| Hex | 4B | 8 | 5F | 15 | 5C | 0 | 3F | 11E | 54 | 14 |
| Octal | 113 | 10 | 137 | 25 | 134 | 0 | 77 | 436 | 124 | 24 |
| Binary | 1001011 | 1000 | 1011111 | 10101 | 1011100 | 0 | 111111 | 100011110 | 1010100 | 10100 |
Color Harmonies of #4B085F
Complementary color
Monochromatic Colors of #4B085F
Black with #4B085F
Text Example
Text Example
White with #4B085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B085F; }
p { color: rgb(75,8,95); }
H1.HeaderClassName
{
color: #4B085F;
}
.AnyTagClassName
{
color: #4B085F;
}
</style>
background-color css
<style>
a { background-color: #4B085F; }
a { background-color: rgb(75,8,95); }
div.DivClassName
{
background-color: #4B085F;
}
.BgClassName
{
background-color: #4B085F;
}
</style>
border-color css
<style>
span { border-color: #4B085F; }
span { border-color: rgb(75,8,95); }
td.TdClassName
{
border-color: #4B085F;
}
.TagClassName
{
border-color: #4B085F;
}
</style>