Shades of Scarlet Gum #4B375C
Tints of Scarlet Gum #4B375C
RGB
CMYK
RGB Variations
Color information
#4B375C (or 0x4B375C) is known color: Scarlet Gum. HEX triplet: 4B, 37 and 5C. RGB value is (75,55,92). Sum of RGB (Red+Green+Blue) = 75+55+92=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B375C is #B4C8A3. Grayscale: #414141. Windows color (decimal): -11847844 or 6043467. OLE color: 6043467.
HSL color Cylindrical-coordinate representation of color #4B375C: hue angle of 272.43º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B375C is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 55 | 92 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.64 |
| HSL | 272.43º | 0.25% | 0.29% | - |
| HSV(B) | 272.43º | 0.4% | 0.36% | - |
| XYZ | 6.2 | 5 | 10.76 | - |
| YUV | 65.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 55 | 92 | 0.18 | 0.40 | 0 | 0.64 | 272.43 | 0.25 | 0.29 |
| Hex | 4B | 37 | 5C | 12 | 28 | 0 | 40 | 110 | 19 | 1D |
| Octal | 113 | 67 | 134 | 22 | 50 | 0 | 100 | 420 | 31 | 35 |
| Binary | 1001011 | 110111 | 1011100 | 10010 | 101000 | 0 | 1000000 | 100010000 | 11001 | 11101 |
Color Harmonies of #4B375C
Complementary color
Monochromatic Colors of #4B375C
Black with #4B375C
Text Example
Text Example
White with #4B375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B375C; }
p { color: rgb(75,55,92); }
H1.HeaderClassName
{
color: #4B375C;
}
.AnyTagClassName
{
color: #4B375C;
}
</style>
background-color css
<style>
a { background-color: #4B375C; }
a { background-color: rgb(75,55,92); }
div.DivClassName
{
background-color: #4B375C;
}
.BgClassName
{
background-color: #4B375C;
}
</style>
border-color css
<style>
span { border-color: #4B375C; }
span { border-color: rgb(75,55,92); }
td.TdClassName
{
border-color: #4B375C;
}
.TagClassName
{
border-color: #4B375C;
}
</style>