Shades of Scarlet Gum #4B2465
Tints of Scarlet Gum #4B2465
RGB
CMYK
RGB Variations
Color information
#4B2465 (or 0x4B2465) is known color: Scarlet Gum. HEX triplet: 4B, 24 and 65. RGB value is (75,36,101). Sum of RGB (Red+Green+Blue) = 75+36+101=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B2465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2465 is #B4DB9A. Grayscale: #363636. Windows color (decimal): -11852699 or 6628427. OLE color: 6628427.
HSL color Cylindrical-coordinate representation of color #4B2465: hue angle of 276º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B2465 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 36 | 101 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.60 |
| HSL | 276º | 0.47% | 0.27% | - |
| HSV(B) | 276º | 0.64% | 0.4% | - |
| XYZ | 5.88 | 3.7 | 12.72 | - |
| YUV | 55.07 | 153.92 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 36 | 101 | 0.26 | 0.64 | 0 | 0.60 | 276 | 0.47 | 0.27 |
| Hex | 4B | 24 | 65 | 1A | 40 | 0 | 3C | 114 | 2F | 1B |
| Octal | 113 | 44 | 145 | 32 | 100 | 0 | 74 | 424 | 57 | 33 |
| Binary | 1001011 | 100100 | 1100101 | 11010 | 1000000 | 0 | 111100 | 100010100 | 101111 | 11011 |
Color Harmonies of #4B2465
Complementary color
Monochromatic Colors of #4B2465
Black with #4B2465
Text Example
Text Example
White with #4B2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2465; }
p { color: rgb(75,36,101); }
H1.HeaderClassName
{
color: #4B2465;
}
.AnyTagClassName
{
color: #4B2465;
}
</style>
background-color css
<style>
a { background-color: #4B2465; }
a { background-color: rgb(75,36,101); }
div.DivClassName
{
background-color: #4B2465;
}
.BgClassName
{
background-color: #4B2465;
}
</style>
border-color css
<style>
span { border-color: #4B2465; }
span { border-color: rgb(75,36,101); }
td.TdClassName
{
border-color: #4B2465;
}
.TagClassName
{
border-color: #4B2465;
}
</style>