Shades of Scarlet Gum #4A365E
Tints of Scarlet Gum #4A365E
RGB
CMYK
RGB Variations
Color information
#4A365E (or 0x4A365E) is known color: Scarlet Gum. HEX triplet: 4A, 36 and 5E. RGB value is (74,54,94). Sum of RGB (Red+Green+Blue) = 74+54+94=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A365E is #B5C9A1. Grayscale: #404040. Windows color (decimal): -11913634 or 6174282. OLE color: 6174282.
HSL color Cylindrical-coordinate representation of color #4A365E: hue angle of 270º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A365E is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 54 | 94 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.63 |
| HSL | 270º | 0.27% | 0.29% | - |
| HSV(B) | 270º | 0.43% | 0.37% | - |
| XYZ | 6.16 | 4.9 | 11.21 | - |
| YUV | 64.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 94 | 0.21 | 0.43 | 0 | 0.63 | 270 | 0.27 | 0.29 |
| Hex | 4A | 36 | 5E | 15 | 2B | 0 | 3F | 10E | 1B | 1D |
| Octal | 112 | 66 | 136 | 25 | 53 | 0 | 77 | 416 | 33 | 35 |
| Binary | 1001010 | 110110 | 1011110 | 10101 | 101011 | 0 | 111111 | 100001110 | 11011 | 11101 |
Color Harmonies of #4A365E
Complementary color
Monochromatic Colors of #4A365E
Black with #4A365E
Text Example
Text Example
White with #4A365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A365E; }
p { color: rgb(74,54,94); }
H1.HeaderClassName
{
color: #4A365E;
}
.AnyTagClassName
{
color: #4A365E;
}
</style>
background-color css
<style>
a { background-color: #4A365E; }
a { background-color: rgb(74,54,94); }
div.DivClassName
{
background-color: #4A365E;
}
.BgClassName
{
background-color: #4A365E;
}
</style>
border-color css
<style>
span { border-color: #4A365E; }
span { border-color: rgb(74,54,94); }
td.TdClassName
{
border-color: #4A365E;
}
.TagClassName
{
border-color: #4A365E;
}
</style>