Shades of Scarlet Gum #4A345D
Tints of Scarlet Gum #4A345D
RGB
CMYK
RGB Variations
Color information
#4A345D (or 0x4A345D) is known color: Scarlet Gum. HEX triplet: 4A, 34 and 5D. RGB value is (74,52,93). Sum of RGB (Red+Green+Blue) = 74+52+93=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A345D is #B5CBA2. Grayscale: #3F3F3F. Windows color (decimal): -11914147 or 6108234. OLE color: 6108234.
HSL color Cylindrical-coordinate representation of color #4A345D: hue angle of 272.2º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A345D is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 52 | 93 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.64 |
| HSL | 272.2º | 0.28% | 0.28% | - |
| HSV(B) | 272.2º | 0.44% | 0.36% | - |
| XYZ | 6.03 | 4.7 | 10.95 | - |
| YUV | 63.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 93 | 0.20 | 0.44 | 0 | 0.64 | 272.2 | 0.28 | 0.28 |
| Hex | 4A | 34 | 5D | 14 | 2C | 0 | 40 | 110 | 1C | 1C |
| Octal | 112 | 64 | 135 | 24 | 54 | 0 | 100 | 420 | 34 | 34 |
| Binary | 1001010 | 110100 | 1011101 | 10100 | 101100 | 0 | 1000000 | 100010000 | 11100 | 11100 |
Color Harmonies of #4A345D
Complementary color
Monochromatic Colors of #4A345D
Black with #4A345D
Text Example
Text Example
White with #4A345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A345D; }
p { color: rgb(74,52,93); }
H1.HeaderClassName
{
color: #4A345D;
}
.AnyTagClassName
{
color: #4A345D;
}
</style>
background-color css
<style>
a { background-color: #4A345D; }
a { background-color: rgb(74,52,93); }
div.DivClassName
{
background-color: #4A345D;
}
.BgClassName
{
background-color: #4A345D;
}
</style>
border-color css
<style>
span { border-color: #4A345D; }
span { border-color: rgb(74,52,93); }
td.TdClassName
{
border-color: #4A345D;
}
.TagClassName
{
border-color: #4A345D;
}
</style>