Shades of Scarlet Gum #4C345B
Tints of Scarlet Gum #4C345B
RGB
CMYK
RGB Variations
Color information
#4C345B (or 0x4C345B) is known color: Scarlet Gum. HEX triplet: 4C, 34 and 5B. RGB value is (76,52,91). Sum of RGB (Red+Green+Blue) = 76+52+91=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C345B is #B3CBA4. Grayscale: #3F3F3F. Windows color (decimal): -11783077 or 5977164. OLE color: 5977164.
HSL color Cylindrical-coordinate representation of color #4C345B: hue angle of 276.92º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C345B is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 52 | 91 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.64 |
| HSL | 276.92º | 0.27% | 0.28% | - |
| HSV(B) | 276.92º | 0.43% | 0.36% | - |
| XYZ | 6.1 | 4.75 | 10.49 | - |
| YUV | 63.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 91 | 0.16 | 0.43 | 0 | 0.64 | 276.92 | 0.27 | 0.28 |
| Hex | 4C | 34 | 5B | 10 | 2B | 0 | 40 | 115 | 1B | 1C |
| Octal | 114 | 64 | 133 | 20 | 53 | 0 | 100 | 425 | 33 | 34 |
| Binary | 1001100 | 110100 | 1011011 | 10000 | 101011 | 0 | 1000000 | 100010101 | 11011 | 11100 |
Color Harmonies of #4C345B
Complementary color
Monochromatic Colors of #4C345B
Black with #4C345B
Text Example
Text Example
White with #4C345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C345B; }
p { color: rgb(76,52,91); }
H1.HeaderClassName
{
color: #4C345B;
}
.AnyTagClassName
{
color: #4C345B;
}
</style>
background-color css
<style>
a { background-color: #4C345B; }
a { background-color: rgb(76,52,91); }
div.DivClassName
{
background-color: #4C345B;
}
.BgClassName
{
background-color: #4C345B;
}
</style>
border-color css
<style>
span { border-color: #4C345B; }
span { border-color: rgb(76,52,91); }
td.TdClassName
{
border-color: #4C345B;
}
.TagClassName
{
border-color: #4C345B;
}
</style>