Shades of Scarlet Gum #4A315B
Tints of Scarlet Gum #4A315B
RGB
CMYK
RGB Variations
Color information
#4A315B (or 0x4A315B) is known color: Scarlet Gum. HEX triplet: 4A, 31 and 5B. RGB value is (74,49,91). Sum of RGB (Red+Green+Blue) = 74+49+91=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A315B is #B5CEA4. Grayscale: #3D3D3D. Windows color (decimal): -11914917 or 5976394. OLE color: 5976394.
HSL color Cylindrical-coordinate representation of color #4A315B: hue angle of 275.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A315B is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 49 | 91 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.64 |
| HSL | 275.71º | 0.3% | 0.27% | - |
| HSV(B) | 275.71º | 0.46% | 0.36% | - |
| XYZ | 5.81 | 4.41 | 10.44 | - |
| YUV | 61.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 91 | 0.19 | 0.46 | 0 | 0.64 | 275.71 | 0.3 | 0.27 |
| Hex | 4A | 31 | 5B | 13 | 2E | 0 | 40 | 114 | 1E | 1B |
| Octal | 112 | 61 | 133 | 23 | 56 | 0 | 100 | 424 | 36 | 33 |
| Binary | 1001010 | 110001 | 1011011 | 10011 | 101110 | 0 | 1000000 | 100010100 | 11110 | 11011 |
Color Harmonies of #4A315B
Complementary color
Monochromatic Colors of #4A315B
Black with #4A315B
Text Example
Text Example
White with #4A315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A315B; }
p { color: rgb(74,49,91); }
H1.HeaderClassName
{
color: #4A315B;
}
.AnyTagClassName
{
color: #4A315B;
}
</style>
background-color css
<style>
a { background-color: #4A315B; }
a { background-color: rgb(74,49,91); }
div.DivClassName
{
background-color: #4A315B;
}
.BgClassName
{
background-color: #4A315B;
}
</style>
border-color css
<style>
span { border-color: #4A315B; }
span { border-color: rgb(74,49,91); }
td.TdClassName
{
border-color: #4A315B;
}
.TagClassName
{
border-color: #4A315B;
}
</style>