Shades of Scarlet Gum #4B085A
Tints of Scarlet Gum #4B085A
RGB
CMYK
RGB Variations
Color information
#4B085A (or 0x4B085A) is known color: Scarlet Gum. HEX triplet: 4B, 08 and 5A. RGB value is (75,8,90). Sum of RGB (Red+Green+Blue) = 75+8+90=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B085A is #B4F7A5. Grayscale: #252525. Windows color (decimal): -11859878 or 5900363. OLE color: 5900363.
HSL color Cylindrical-coordinate representation of color #4B085A: hue angle of 289.02º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B085A is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 8 | 90 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.65 |
| HSL | 289.02º | 0.84% | 0.19% | - |
| HSV(B) | 289.02º | 0.91% | 0.35% | - |
| XYZ | 4.83 | 2.41 | 9.88 | - |
| YUV | 37.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 90 | 0.17 | 0.91 | 0 | 0.65 | 289.02 | 0.84 | 0.19 |
| Hex | 4B | 8 | 5A | 11 | 5B | 0 | 41 | 121 | 54 | 13 |
| Octal | 113 | 10 | 132 | 21 | 133 | 0 | 101 | 441 | 124 | 23 |
| Binary | 1001011 | 1000 | 1011010 | 10001 | 1011011 | 0 | 1000001 | 100100001 | 1010100 | 10011 |
Color Harmonies of #4B085A
Complementary color
Monochromatic Colors of #4B085A
Black with #4B085A
Text Example
Text Example
White with #4B085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B085A; }
p { color: rgb(75,8,90); }
H1.HeaderClassName
{
color: #4B085A;
}
.AnyTagClassName
{
color: #4B085A;
}
</style>
background-color css
<style>
a { background-color: #4B085A; }
a { background-color: rgb(75,8,90); }
div.DivClassName
{
background-color: #4B085A;
}
.BgClassName
{
background-color: #4B085A;
}
</style>
border-color css
<style>
span { border-color: #4B085A; }
span { border-color: rgb(75,8,90); }
td.TdClassName
{
border-color: #4B085A;
}
.TagClassName
{
border-color: #4B085A;
}
</style>