Shades of Scarlet Gum #4A3161
Tints of Scarlet Gum #4A3161
RGB
CMYK
RGB Variations
Color information
#4A3161 (or 0x4A3161) is known color: Scarlet Gum. HEX triplet: 4A, 31 and 61. RGB value is (74,49,97). Sum of RGB (Red+Green+Blue) = 74+49+97=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A3161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3161 is #B5CE9E. Grayscale: #3D3D3D. Windows color (decimal): -11914911 or 6369610. OLE color: 6369610.
HSL color Cylindrical-coordinate representation of color #4A3161: hue angle of 271.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A3161 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 49 | 97 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.62 |
| HSL | 271.25º | 0.33% | 0.29% | - |
| HSV(B) | 271.25º | 0.49% | 0.38% | - |
| XYZ | 6.08 | 4.52 | 11.86 | - |
| YUV | 61.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 49 | 97 | 0.24 | 0.49 | 0 | 0.62 | 271.25 | 0.33 | 0.29 |
| Hex | 4A | 31 | 61 | 18 | 31 | 0 | 3E | 10F | 21 | 1D |
| Octal | 112 | 61 | 141 | 30 | 61 | 0 | 76 | 417 | 41 | 35 |
| Binary | 1001010 | 110001 | 1100001 | 11000 | 110001 | 0 | 111110 | 100001111 | 100001 | 11101 |
Color Harmonies of #4A3161
Complementary color
Monochromatic Colors of #4A3161
Black with #4A3161
Text Example
Text Example
White with #4A3161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3161; }
p { color: rgb(74,49,97); }
H1.HeaderClassName
{
color: #4A3161;
}
.AnyTagClassName
{
color: #4A3161;
}
</style>
background-color css
<style>
a { background-color: #4A3161; }
a { background-color: rgb(74,49,97); }
div.DivClassName
{
background-color: #4A3161;
}
.BgClassName
{
background-color: #4A3161;
}
</style>
border-color css
<style>
span { border-color: #4A3161; }
span { border-color: rgb(74,49,97); }
td.TdClassName
{
border-color: #4A3161;
}
.TagClassName
{
border-color: #4A3161;
}
</style>