Shades of Scarlet Gum #4B2466
Tints of Scarlet Gum #4B2466
RGB
CMYK
RGB Variations
Color information
#4B2466 (or 0x4B2466) is known color: Scarlet Gum. HEX triplet: 4B, 24 and 66. RGB value is (75,36,102). Sum of RGB (Red+Green+Blue) = 75+36+102=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B2466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2466 is #B4DB99. Grayscale: #363636. Windows color (decimal): -11852698 or 6693963. OLE color: 6693963.
HSL color Cylindrical-coordinate representation of color #4B2466: hue angle of 275.45º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B2466 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 36 | 102 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.6 |
| HSL | 275.45º | 0.48% | 0.27% | - |
| HSV(B) | 275.45º | 0.65% | 0.4% | - |
| XYZ | 5.93 | 3.72 | 12.98 | - |
| YUV | 55.19 | 154.42 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 102 | 0.26 | 0.65 | 0 | 0.6 | 275.45 | 0.48 | 0.27 |
| Hex | 4B | 24 | 66 | 1A | 41 | 0 | 3C | 113 | 30 | 1B |
| Octal | 113 | 44 | 146 | 32 | 101 | 0 | 74 | 423 | 60 | 33 |
| Binary | 1001011 | 100100 | 1100110 | 11010 | 1000001 | 0 | 111100 | 100010011 | 110000 | 11011 |
Color Harmonies of #4B2466
Complementary color
Monochromatic Colors of #4B2466
Black with #4B2466
Text Example
Text Example
White with #4B2466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2466; }
p { color: rgb(75,36,102); }
H1.HeaderClassName
{
color: #4B2466;
}
.AnyTagClassName
{
color: #4B2466;
}
</style>
background-color css
<style>
a { background-color: #4B2466; }
a { background-color: rgb(75,36,102); }
div.DivClassName
{
background-color: #4B2466;
}
.BgClassName
{
background-color: #4B2466;
}
</style>
border-color css
<style>
span { border-color: #4B2466; }
span { border-color: rgb(75,36,102); }
td.TdClassName
{
border-color: #4B2466;
}
.TagClassName
{
border-color: #4B2466;
}
</style>