Shades of Scarlet Gum #4A345A
Tints of Scarlet Gum #4A345A
RGB
CMYK
RGB Variations
Color information
#4A345A (or 0x4A345A) is known color: Scarlet Gum. HEX triplet: 4A, 34 and 5A. RGB value is (74,52,90). Sum of RGB (Red+Green+Blue) = 74+52+90=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A345A is #B5CBA5. Grayscale: #3E3E3E. Windows color (decimal): -11914150 or 5911626. OLE color: 5911626.
HSL color Cylindrical-coordinate representation of color #4A345A: hue angle of 274.74º 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 #4A345A is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 52 | 90 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.65 |
| HSL | 274.74º | 0.27% | 0.28% | - |
| HSV(B) | 274.74º | 0.42% | 0.35% | - |
| XYZ | 5.9 | 4.65 | 10.26 | - |
| YUV | 62.91 | 143.29 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 90 | 0.18 | 0.42 | 0 | 0.65 | 274.74 | 0.27 | 0.28 |
| Hex | 4A | 34 | 5A | 12 | 2A | 0 | 41 | 113 | 1B | 1C |
| Octal | 112 | 64 | 132 | 22 | 52 | 0 | 101 | 423 | 33 | 34 |
| Binary | 1001010 | 110100 | 1011010 | 10010 | 101010 | 0 | 1000001 | 100010011 | 11011 | 11100 |
Color Harmonies of #4A345A
Complementary color
Monochromatic Colors of #4A345A
Black with #4A345A
Text Example
Text Example
White with #4A345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A345A; }
p { color: rgb(74,52,90); }
H1.HeaderClassName
{
color: #4A345A;
}
.AnyTagClassName
{
color: #4A345A;
}
</style>
background-color css
<style>
a { background-color: #4A345A; }
a { background-color: rgb(74,52,90); }
div.DivClassName
{
background-color: #4A345A;
}
.BgClassName
{
background-color: #4A345A;
}
</style>
border-color css
<style>
span { border-color: #4A345A; }
span { border-color: rgb(74,52,90); }
td.TdClassName
{
border-color: #4A345A;
}
.TagClassName
{
border-color: #4A345A;
}
</style>