Shades of Scarlet Gum #4B3455
Tints of Scarlet Gum #4B3455
RGB
CMYK
RGB Variations
Color information
#4B3455 (or 0x4B3455) is known color: Scarlet Gum. HEX triplet: 4B, 34 and 55. RGB value is (75,52,85). Sum of RGB (Red+Green+Blue) = 75+52+85=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #4B3455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3455 is #B4CBAA. Grayscale: #3E3E3E. Windows color (decimal): -11848619 or 5583947. OLE color: 5583947.
HSL color Cylindrical-coordinate representation of color #4B3455: hue angle of 281.82º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B3455 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 52 | 85 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.67 |
| HSL | 281.82º | 0.24% | 0.27% | - |
| HSV(B) | 281.82º | 0.39% | 0.33% | - |
| XYZ | 5.77 | 4.61 | 9.18 | - |
| YUV | 62.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 85 | 0.12 | 0.39 | 0 | 0.67 | 281.82 | 0.24 | 0.27 |
| Hex | 4B | 34 | 55 | C | 27 | 0 | 43 | 11A | 18 | 1B |
| Octal | 113 | 64 | 125 | 14 | 47 | 0 | 103 | 432 | 30 | 33 |
| Binary | 1001011 | 110100 | 1010101 | 1100 | 100111 | 0 | 1000011 | 100011010 | 11000 | 11011 |
Color Harmonies of #4B3455
Complementary color
Monochromatic Colors of #4B3455
Black with #4B3455
Text Example
Text Example
White with #4B3455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3455; }
p { color: rgb(75,52,85); }
H1.HeaderClassName
{
color: #4B3455;
}
.AnyTagClassName
{
color: #4B3455;
}
</style>
background-color css
<style>
a { background-color: #4B3455; }
a { background-color: rgb(75,52,85); }
div.DivClassName
{
background-color: #4B3455;
}
.BgClassName
{
background-color: #4B3455;
}
</style>
border-color css
<style>
span { border-color: #4B3455; }
span { border-color: rgb(75,52,85); }
td.TdClassName
{
border-color: #4B3455;
}
.TagClassName
{
border-color: #4B3455;
}
</style>