Shades of Scarlet Gum #4B3658
Tints of Scarlet Gum #4B3658
RGB
CMYK
RGB Variations
Color information
#4B3658 (or 0x4B3658) is known color: Scarlet Gum. HEX triplet: 4B, 36 and 58. RGB value is (75,54,88). Sum of RGB (Red+Green+Blue) = 75+54+88=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B3658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3658 is #B4C9A7. Grayscale: #404040. Windows color (decimal): -11848104 or 5781067. OLE color: 5781067.
HSL color Cylindrical-coordinate representation of color #4B3658: hue angle of 277.06º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B3658 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 54 | 88 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.65 |
| HSL | 277.06º | 0.24% | 0.28% | - |
| HSV(B) | 277.06º | 0.39% | 0.35% | - |
| XYZ | 5.98 | 4.84 | 9.85 | - |
| YUV | 64.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 54 | 88 | 0.15 | 0.39 | 0 | 0.65 | 277.06 | 0.24 | 0.28 |
| Hex | 4B | 36 | 58 | F | 27 | 0 | 41 | 115 | 18 | 1C |
| Octal | 113 | 66 | 130 | 17 | 47 | 0 | 101 | 425 | 30 | 34 |
| Binary | 1001011 | 110110 | 1011000 | 1111 | 100111 | 0 | 1000001 | 100010101 | 11000 | 11100 |
Color Harmonies of #4B3658
Complementary color
Monochromatic Colors of #4B3658
Black with #4B3658
Text Example
Text Example
White with #4B3658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3658; }
p { color: rgb(75,54,88); }
H1.HeaderClassName
{
color: #4B3658;
}
.AnyTagClassName
{
color: #4B3658;
}
</style>
background-color css
<style>
a { background-color: #4B3658; }
a { background-color: rgb(75,54,88); }
div.DivClassName
{
background-color: #4B3658;
}
.BgClassName
{
background-color: #4B3658;
}
</style>
border-color css
<style>
span { border-color: #4B3658; }
span { border-color: rgb(75,54,88); }
td.TdClassName
{
border-color: #4B3658;
}
.TagClassName
{
border-color: #4B3658;
}
</style>