Shades of Scarlet Gum #4A235C
Tints of Scarlet Gum #4A235C
RGB
CMYK
RGB Variations
Color information
#4A235C (or 0x4A235C) is known color: Scarlet Gum. HEX triplet: 4A, 23 and 5C. RGB value is (74,35,92). Sum of RGB (Red+Green+Blue) = 74+35+92=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A235C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A235C is #B5DCA3. Grayscale: #343434. Windows color (decimal): -11918500 or 6038346. OLE color: 6038346.
HSL color Cylindrical-coordinate representation of color #4A235C: hue angle of 281.05º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A235C is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 35 | 92 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.64 |
| HSL | 281.05º | 0.45% | 0.25% | - |
| HSV(B) | 281.05º | 0.62% | 0.36% | - |
| XYZ | 5.36 | 3.43 | 10.51 | - |
| YUV | 53.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 92 | 0.20 | 0.62 | 0 | 0.64 | 281.05 | 0.45 | 0.25 |
| Hex | 4A | 23 | 5C | 14 | 3E | 0 | 40 | 119 | 2D | 19 |
| Octal | 112 | 43 | 134 | 24 | 76 | 0 | 100 | 431 | 55 | 31 |
| Binary | 1001010 | 100011 | 1011100 | 10100 | 111110 | 0 | 1000000 | 100011001 | 101101 | 11001 |
Color Harmonies of #4A235C
Complementary color
Monochromatic Colors of #4A235C
Black with #4A235C
Text Example
Text Example
White with #4A235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A235C; }
p { color: rgb(74,35,92); }
H1.HeaderClassName
{
color: #4A235C;
}
.AnyTagClassName
{
color: #4A235C;
}
</style>
background-color css
<style>
a { background-color: #4A235C; }
a { background-color: rgb(74,35,92); }
div.DivClassName
{
background-color: #4A235C;
}
.BgClassName
{
background-color: #4A235C;
}
</style>
border-color css
<style>
span { border-color: #4A235C; }
span { border-color: rgb(74,35,92); }
td.TdClassName
{
border-color: #4A235C;
}
.TagClassName
{
border-color: #4A235C;
}
</style>