Shades of Scarlet Gum #4B355C
Tints of Scarlet Gum #4B355C
RGB
CMYK
RGB Variations
Color information
#4B355C (or 0x4B355C) is known color: Scarlet Gum. HEX triplet: 4B, 35 and 5C. RGB value is (75,53,92). Sum of RGB (Red+Green+Blue) = 75+53+92=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B355C is #B4CAA3. Grayscale: #3F3F3F. Windows color (decimal): -11848356 or 6042955. OLE color: 6042955.
HSL color Cylindrical-coordinate representation of color #4B355C: hue angle of 273.85º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B355C is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 53 | 92 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.64 |
| HSL | 273.85º | 0.27% | 0.28% | - |
| HSV(B) | 273.85º | 0.42% | 0.36% | - |
| XYZ | 6.11 | 4.81 | 10.73 | - |
| YUV | 64.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 53 | 92 | 0.18 | 0.42 | 0 | 0.64 | 273.85 | 0.27 | 0.28 |
| Hex | 4B | 35 | 5C | 12 | 2A | 0 | 40 | 112 | 1B | 1C |
| Octal | 113 | 65 | 134 | 22 | 52 | 0 | 100 | 422 | 33 | 34 |
| Binary | 1001011 | 110101 | 1011100 | 10010 | 101010 | 0 | 1000000 | 100010010 | 11011 | 11100 |
Color Harmonies of #4B355C
Complementary color
Monochromatic Colors of #4B355C
Black with #4B355C
Text Example
Text Example
White with #4B355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B355C; }
p { color: rgb(75,53,92); }
H1.HeaderClassName
{
color: #4B355C;
}
.AnyTagClassName
{
color: #4B355C;
}
</style>
background-color css
<style>
a { background-color: #4B355C; }
a { background-color: rgb(75,53,92); }
div.DivClassName
{
background-color: #4B355C;
}
.BgClassName
{
background-color: #4B355C;
}
</style>
border-color css
<style>
span { border-color: #4B355C; }
span { border-color: rgb(75,53,92); }
td.TdClassName
{
border-color: #4B355C;
}
.TagClassName
{
border-color: #4B355C;
}
</style>