Shades of Scarlet Gum #4A265F
Tints of Scarlet Gum #4A265F
RGB
CMYK
RGB Variations
Color information
#4A265F (or 0x4A265F) is known color: Scarlet Gum. HEX triplet: 4A, 26 and 5F. RGB value is (74,38,95). Sum of RGB (Red+Green+Blue) = 74+38+95=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A265F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A265F is #B5D9A0. Grayscale: #373737. Windows color (decimal): -11917729 or 6235722. OLE color: 6235722.
HSL color Cylindrical-coordinate representation of color #4A265F: hue angle of 277.89º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A265F is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 38 | 95 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.63 |
| HSL | 277.89º | 0.43% | 0.26% | - |
| HSV(B) | 277.89º | 0.6% | 0.37% | - |
| XYZ | 5.58 | 3.67 | 11.24 | - |
| YUV | 55.26 | 150.43 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 95 | 0.22 | 0.60 | 0 | 0.63 | 277.89 | 0.43 | 0.26 |
| Hex | 4A | 26 | 5F | 16 | 3C | 0 | 3F | 116 | 2B | 1A |
| Octal | 112 | 46 | 137 | 26 | 74 | 0 | 77 | 426 | 53 | 32 |
| Binary | 1001010 | 100110 | 1011111 | 10110 | 111100 | 0 | 111111 | 100010110 | 101011 | 11010 |
Color Harmonies of #4A265F
Complementary color
Monochromatic Colors of #4A265F
Black with #4A265F
Text Example
Text Example
White with #4A265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A265F; }
p { color: rgb(74,38,95); }
H1.HeaderClassName
{
color: #4A265F;
}
.AnyTagClassName
{
color: #4A265F;
}
</style>
background-color css
<style>
a { background-color: #4A265F; }
a { background-color: rgb(74,38,95); }
div.DivClassName
{
background-color: #4A265F;
}
.BgClassName
{
background-color: #4A265F;
}
</style>
border-color css
<style>
span { border-color: #4A265F; }
span { border-color: rgb(74,38,95); }
td.TdClassName
{
border-color: #4A265F;
}
.TagClassName
{
border-color: #4A265F;
}
</style>