Shades of Scarlet Gum #4A165B
Tints of Scarlet Gum #4A165B
RGB
CMYK
RGB Variations
Color information
#4A165B (or 0x4A165B) is known color: Scarlet Gum. HEX triplet: 4A, 16 and 5B. RGB value is (74,22,91). Sum of RGB (Red+Green+Blue) = 74+22+91=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A165B is #B5E9A4. Grayscale: #2D2D2D. Windows color (decimal): -11921829 or 5969482. OLE color: 5969482.
HSL color Cylindrical-coordinate representation of color #4A165B: hue angle of 285.22º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A165B is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 22 | 91 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.64 |
| HSL | 285.22º | 0.61% | 0.22% | - |
| HSV(B) | 285.22º | 0.76% | 0.36% | - |
| XYZ | 5 | 2.78 | 10.17 | - |
| YUV | 45.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 22 | 91 | 0.19 | 0.76 | 0 | 0.64 | 285.22 | 0.61 | 0.22 |
| Hex | 4A | 16 | 5B | 13 | 4C | 0 | 40 | 11D | 3D | 16 |
| Octal | 112 | 26 | 133 | 23 | 114 | 0 | 100 | 435 | 75 | 26 |
| Binary | 1001010 | 10110 | 1011011 | 10011 | 1001100 | 0 | 1000000 | 100011101 | 111101 | 10110 |
Color Harmonies of #4A165B
Complementary color
Monochromatic Colors of #4A165B
Black with #4A165B
Text Example
Text Example
White with #4A165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A165B; }
p { color: rgb(74,22,91); }
H1.HeaderClassName
{
color: #4A165B;
}
.AnyTagClassName
{
color: #4A165B;
}
</style>
background-color css
<style>
a { background-color: #4A165B; }
a { background-color: rgb(74,22,91); }
div.DivClassName
{
background-color: #4A165B;
}
.BgClassName
{
background-color: #4A165B;
}
</style>
border-color css
<style>
span { border-color: #4A165B; }
span { border-color: rgb(74,22,91); }
td.TdClassName
{
border-color: #4A165B;
}
.TagClassName
{
border-color: #4A165B;
}
</style>