Shades of Scarlet Gum #4A345F
Tints of Scarlet Gum #4A345F
RGB
CMYK
RGB Variations
Color information
#4A345F (or 0x4A345F) is known color: Scarlet Gum. HEX triplet: 4A, 34 and 5F. RGB value is (74,52,95). Sum of RGB (Red+Green+Blue) = 74+52+95=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A345F is #B5CBA0. Grayscale: #3F3F3F. Windows color (decimal): -11914145 or 6239306. OLE color: 6239306.
HSL color Cylindrical-coordinate representation of color #4A345F: hue angle of 270.7º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A345F is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 52 | 95 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.63 |
| HSL | 270.7º | 0.29% | 0.29% | - |
| HSV(B) | 270.7º | 0.45% | 0.37% | - |
| XYZ | 6.12 | 4.74 | 11.42 | - |
| YUV | 63.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 95 | 0.22 | 0.45 | 0 | 0.63 | 270.7 | 0.29 | 0.29 |
| Hex | 4A | 34 | 5F | 16 | 2D | 0 | 3F | 10F | 1D | 1D |
| Octal | 112 | 64 | 137 | 26 | 55 | 0 | 77 | 417 | 35 | 35 |
| Binary | 1001010 | 110100 | 1011111 | 10110 | 101101 | 0 | 111111 | 100001111 | 11101 | 11101 |
Color Harmonies of #4A345F
Complementary color
Monochromatic Colors of #4A345F
Black with #4A345F
Text Example
Text Example
White with #4A345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A345F; }
p { color: rgb(74,52,95); }
H1.HeaderClassName
{
color: #4A345F;
}
.AnyTagClassName
{
color: #4A345F;
}
</style>
background-color css
<style>
a { background-color: #4A345F; }
a { background-color: rgb(74,52,95); }
div.DivClassName
{
background-color: #4A345F;
}
.BgClassName
{
background-color: #4A345F;
}
</style>
border-color css
<style>
span { border-color: #4A345F; }
span { border-color: rgb(74,52,95); }
td.TdClassName
{
border-color: #4A345F;
}
.TagClassName
{
border-color: #4A345F;
}
</style>