Shades of Scarlet Gum #4B2062
Tints of Scarlet Gum #4B2062
RGB
CMYK
RGB Variations
Color information
#4B2062 (or 0x4B2062) is known color: Scarlet Gum. HEX triplet: 4B, 20 and 62. RGB value is (75,32,98). Sum of RGB (Red+Green+Blue) = 75+32+98=205 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.59% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #4B2062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2062 is #B4DF9D. Grayscale: #343434. Windows color (decimal): -11853726 or 6430795. OLE color: 6430795.
HSL color Cylindrical-coordinate representation of color #4B2062: hue angle of 279.09º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B2062 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 32 | 98 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.62 |
| HSL | 279.09º | 0.51% | 0.25% | - |
| HSV(B) | 279.09º | 0.67% | 0.38% | - |
| XYZ | 5.62 | 3.41 | 11.92 | - |
| YUV | 52.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 98 | 0.23 | 0.67 | 0 | 0.62 | 279.09 | 0.51 | 0.25 |
| Hex | 4B | 20 | 62 | 17 | 43 | 0 | 3E | 117 | 33 | 19 |
| Octal | 113 | 40 | 142 | 27 | 103 | 0 | 76 | 427 | 63 | 31 |
| Binary | 1001011 | 100000 | 1100010 | 10111 | 1000011 | 0 | 111110 | 100010111 | 110011 | 11001 |
Color Harmonies of #4B2062
Complementary color
Monochromatic Colors of #4B2062
Black with #4B2062
Text Example
Text Example
White with #4B2062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2062; }
p { color: rgb(75,32,98); }
H1.HeaderClassName
{
color: #4B2062;
}
.AnyTagClassName
{
color: #4B2062;
}
</style>
background-color css
<style>
a { background-color: #4B2062; }
a { background-color: rgb(75,32,98); }
div.DivClassName
{
background-color: #4B2062;
}
.BgClassName
{
background-color: #4B2062;
}
</style>
border-color css
<style>
span { border-color: #4B2062; }
span { border-color: rgb(75,32,98); }
td.TdClassName
{
border-color: #4B2062;
}
.TagClassName
{
border-color: #4B2062;
}
</style>