Shades of Scarlet Gum #4A2265
Tints of Scarlet Gum #4A2265
RGB
CMYK
RGB Variations
Color information
#4A2265 (or 0x4A2265) is known color: Scarlet Gum. HEX triplet: 4A, 22 and 65. RGB value is (74,34,101). Sum of RGB (Red+Green+Blue) = 74+34+101=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A2265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2265 is #B5DD9A. Grayscale: #353535. Windows color (decimal): -11918747 or 6627914. OLE color: 6627914.
HSL color Cylindrical-coordinate representation of color #4A2265: hue angle of 275.82º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A2265 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 34 | 101 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.60 |
| HSL | 275.82º | 0.5% | 0.26% | - |
| HSV(B) | 275.82º | 0.66% | 0.4% | - |
| XYZ | 5.75 | 3.54 | 12.69 | - |
| YUV | 53.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 101 | 0.27 | 0.66 | 0 | 0.60 | 275.82 | 0.5 | 0.26 |
| Hex | 4A | 22 | 65 | 1B | 42 | 0 | 3C | 114 | 32 | 1A |
| Octal | 112 | 42 | 145 | 33 | 102 | 0 | 74 | 424 | 62 | 32 |
| Binary | 1001010 | 100010 | 1100101 | 11011 | 1000010 | 0 | 111100 | 100010100 | 110010 | 11010 |
Color Harmonies of #4A2265
Complementary color
Monochromatic Colors of #4A2265
Black with #4A2265
Text Example
Text Example
White with #4A2265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2265; }
p { color: rgb(74,34,101); }
H1.HeaderClassName
{
color: #4A2265;
}
.AnyTagClassName
{
color: #4A2265;
}
</style>
background-color css
<style>
a { background-color: #4A2265; }
a { background-color: rgb(74,34,101); }
div.DivClassName
{
background-color: #4A2265;
}
.BgClassName
{
background-color: #4A2265;
}
</style>
border-color css
<style>
span { border-color: #4A2265; }
span { border-color: rgb(74,34,101); }
td.TdClassName
{
border-color: #4A2265;
}
.TagClassName
{
border-color: #4A2265;
}
</style>