Shades of Scarlet Gum #4A165A
Tints of Scarlet Gum #4A165A
RGB
CMYK
RGB Variations
Color information
#4A165A (or 0x4A165A) is known color: Scarlet Gum. HEX triplet: 4A, 16 and 5A. RGB value is (74,22,90). Sum of RGB (Red+Green+Blue) = 74+22+90=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A165A is #B5E9A5. Grayscale: #2D2D2D. Windows color (decimal): -11921830 or 5903946. OLE color: 5903946.
HSL color Cylindrical-coordinate representation of color #4A165A: hue angle of 285.88º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A165A is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 22 | 90 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.65 |
| HSL | 285.88º | 0.61% | 0.22% | - |
| HSV(B) | 285.88º | 0.76% | 0.35% | - |
| XYZ | 4.96 | 2.77 | 9.95 | - |
| YUV | 45.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 90 | 0.18 | 0.76 | 0 | 0.65 | 285.88 | 0.61 | 0.22 |
| Hex | 4A | 16 | 5A | 12 | 4C | 0 | 41 | 11E | 3D | 16 |
| Octal | 112 | 26 | 132 | 22 | 114 | 0 | 101 | 436 | 75 | 26 |
| Binary | 1001010 | 10110 | 1011010 | 10010 | 1001100 | 0 | 1000001 | 100011110 | 111101 | 10110 |
Color Harmonies of #4A165A
Complementary color
Monochromatic Colors of #4A165A
Black with #4A165A
Text Example
Text Example
White with #4A165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A165A; }
p { color: rgb(74,22,90); }
H1.HeaderClassName
{
color: #4A165A;
}
.AnyTagClassName
{
color: #4A165A;
}
</style>
background-color css
<style>
a { background-color: #4A165A; }
a { background-color: rgb(74,22,90); }
div.DivClassName
{
background-color: #4A165A;
}
.BgClassName
{
background-color: #4A165A;
}
</style>
border-color css
<style>
span { border-color: #4A165A; }
span { border-color: rgb(74,22,90); }
td.TdClassName
{
border-color: #4A165A;
}
.TagClassName
{
border-color: #4A165A;
}
</style>