Shades of Scarlet Gum #4A1857
Tints of Scarlet Gum #4A1857
RGB
CMYK
RGB Variations
Color information
#4A1857 (or 0x4A1857) is known color: Scarlet Gum. HEX triplet: 4A, 18 and 57. RGB value is (74,24,87). Sum of RGB (Red+Green+Blue) = 74+24+87=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A1857 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1857 is #B5E7A8. Grayscale: #2D2D2D. Windows color (decimal): -11921321 or 5707850. OLE color: 5707850.
HSL color Cylindrical-coordinate representation of color #4A1857: hue angle of 287.62º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A1857 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 24 | 87 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.66 |
| HSL | 287.62º | 0.57% | 0.22% | - |
| HSV(B) | 287.62º | 0.72% | 0.34% | - |
| XYZ | 4.87 | 2.8 | 9.3 | - |
| YUV | 46.13 | 151.07 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 24 | 87 | 0.15 | 0.72 | 0 | 0.66 | 287.62 | 0.57 | 0.22 |
| Hex | 4A | 18 | 57 | F | 48 | 0 | 42 | 120 | 39 | 16 |
| Octal | 112 | 30 | 127 | 17 | 110 | 0 | 102 | 440 | 71 | 26 |
| Binary | 1001010 | 11000 | 1010111 | 1111 | 1001000 | 0 | 1000010 | 100100000 | 111001 | 10110 |
Color Harmonies of #4A1857
Complementary color
Monochromatic Colors of #4A1857
Black with #4A1857
Text Example
Text Example
White with #4A1857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1857; }
p { color: rgb(74,24,87); }
H1.HeaderClassName
{
color: #4A1857;
}
.AnyTagClassName
{
color: #4A1857;
}
</style>
background-color css
<style>
a { background-color: #4A1857; }
a { background-color: rgb(74,24,87); }
div.DivClassName
{
background-color: #4A1857;
}
.BgClassName
{
background-color: #4A1857;
}
</style>
border-color css
<style>
span { border-color: #4A1857; }
span { border-color: rgb(74,24,87); }
td.TdClassName
{
border-color: #4A1857;
}
.TagClassName
{
border-color: #4A1857;
}
</style>