Shades of Scarlet Gum #4B3E54
Tints of Scarlet Gum #4B3E54
RGB
CMYK
RGB Variations
Color information
#4B3E54 (or 0x4B3E54) is known color: Scarlet Gum. HEX triplet: 4B, 3E and 54. RGB value is (75,62,84). Sum of RGB (Red+Green+Blue) = 75+62+84=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 84 - color contains mainly: blue. Hex color #4B3E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3E54 is #B4C1AB. Grayscale: #444444. Windows color (decimal): -11846060 or 5520971. OLE color: 5520971.
HSL color Cylindrical-coordinate representation of color #4B3E54: hue angle of 275.45º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B3E54 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 62 | 84 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.67 |
| HSL | 275.45º | 0.15% | 0.29% | - |
| HSV(B) | 275.45º | 0.26% | 0.33% | - |
| XYZ | 6.22 | 5.58 | 9.14 | - |
| YUV | 68.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 84 | 0.11 | 0.26 | 0 | 0.67 | 275.45 | 0.15 | 0.29 |
| Hex | 4B | 3E | 54 | B | 1A | 0 | 43 | 113 | F | 1D |
| Octal | 113 | 76 | 124 | 13 | 32 | 0 | 103 | 423 | 17 | 35 |
| Binary | 1001011 | 111110 | 1010100 | 1011 | 11010 | 0 | 1000011 | 100010011 | 1111 | 11101 |
Color Harmonies of #4B3E54
Complementary color
Monochromatic Colors of #4B3E54
Black with #4B3E54
Text Example
Text Example
White with #4B3E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3E54; }
p { color: rgb(75,62,84); }
H1.HeaderClassName
{
color: #4B3E54;
}
.AnyTagClassName
{
color: #4B3E54;
}
</style>
background-color css
<style>
a { background-color: #4B3E54; }
a { background-color: rgb(75,62,84); }
div.DivClassName
{
background-color: #4B3E54;
}
.BgClassName
{
background-color: #4B3E54;
}
</style>
border-color css
<style>
span { border-color: #4B3E54; }
span { border-color: rgb(75,62,84); }
td.TdClassName
{
border-color: #4B3E54;
}
.TagClassName
{
border-color: #4B3E54;
}
</style>