Shades of Scarlet Gum #4B345A
Tints of Scarlet Gum #4B345A
RGB
CMYK
RGB Variations
Color information
#4B345A (or 0x4B345A) is known color: Scarlet Gum. HEX triplet: 4B, 34 and 5A. RGB value is (75,52,90). Sum of RGB (Red+Green+Blue) = 75+52+90=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B345A is #B4CBA5. Grayscale: #3F3F3F. Windows color (decimal): -11848614 or 5911627. OLE color: 5911627.
HSL color Cylindrical-coordinate representation of color #4B345A: hue angle of 276.32º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B345A is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 52 | 90 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.65 |
| HSL | 276.32º | 0.27% | 0.28% | - |
| HSV(B) | 276.32º | 0.42% | 0.35% | - |
| XYZ | 5.98 | 4.69 | 10.26 | - |
| YUV | 63.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 90 | 0.17 | 0.42 | 0 | 0.65 | 276.32 | 0.27 | 0.28 |
| Hex | 4B | 34 | 5A | 11 | 2A | 0 | 41 | 114 | 1B | 1C |
| Octal | 113 | 64 | 132 | 21 | 52 | 0 | 101 | 424 | 33 | 34 |
| Binary | 1001011 | 110100 | 1011010 | 10001 | 101010 | 0 | 1000001 | 100010100 | 11011 | 11100 |
Color Harmonies of #4B345A
Complementary color
Monochromatic Colors of #4B345A
Black with #4B345A
Text Example
Text Example
White with #4B345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B345A; }
p { color: rgb(75,52,90); }
H1.HeaderClassName
{
color: #4B345A;
}
.AnyTagClassName
{
color: #4B345A;
}
</style>
background-color css
<style>
a { background-color: #4B345A; }
a { background-color: rgb(75,52,90); }
div.DivClassName
{
background-color: #4B345A;
}
.BgClassName
{
background-color: #4B345A;
}
</style>
border-color css
<style>
span { border-color: #4B345A; }
span { border-color: rgb(75,52,90); }
td.TdClassName
{
border-color: #4B345A;
}
.TagClassName
{
border-color: #4B345A;
}
</style>