Shades of Scarlet Gum #4A255B
Tints of Scarlet Gum #4A255B
RGB
CMYK
RGB Variations
Color information
#4A255B (or 0x4A255B) is known color: Scarlet Gum. HEX triplet: 4A, 25 and 5B. RGB value is (74,37,91). Sum of RGB (Red+Green+Blue) = 74+37+91=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A255B is #B5DAA4. Grayscale: #363636. Windows color (decimal): -11917989 or 5973322. OLE color: 5973322.
HSL color Cylindrical-coordinate representation of color #4A255B: hue angle of 281.11º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A255B is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 37 | 91 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.64 |
| HSL | 281.11º | 0.42% | 0.25% | - |
| HSV(B) | 281.11º | 0.59% | 0.36% | - |
| XYZ | 5.37 | 3.53 | 10.3 | - |
| YUV | 54.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 91 | 0.19 | 0.59 | 0 | 0.64 | 281.11 | 0.42 | 0.25 |
| Hex | 4A | 25 | 5B | 13 | 3B | 0 | 40 | 119 | 2A | 19 |
| Octal | 112 | 45 | 133 | 23 | 73 | 0 | 100 | 431 | 52 | 31 |
| Binary | 1001010 | 100101 | 1011011 | 10011 | 111011 | 0 | 1000000 | 100011001 | 101010 | 11001 |
Color Harmonies of #4A255B
Complementary color
Monochromatic Colors of #4A255B
Black with #4A255B
Text Example
Text Example
White with #4A255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A255B; }
p { color: rgb(74,37,91); }
H1.HeaderClassName
{
color: #4A255B;
}
.AnyTagClassName
{
color: #4A255B;
}
</style>
background-color css
<style>
a { background-color: #4A255B; }
a { background-color: rgb(74,37,91); }
div.DivClassName
{
background-color: #4A255B;
}
.BgClassName
{
background-color: #4A255B;
}
</style>
border-color css
<style>
span { border-color: #4A255B; }
span { border-color: rgb(74,37,91); }
td.TdClassName
{
border-color: #4A255B;
}
.TagClassName
{
border-color: #4A255B;
}
</style>