Shades of Scarlet Gum #4A065C
Tints of Scarlet Gum #4A065C
RGB
CMYK
RGB Variations
Color information
#4A065C (or 0x4A065C) is known color: Scarlet Gum. HEX triplet: 4A, 06 and 5C. RGB value is (74,6,92). Sum of RGB (Red+Green+Blue) = 74+6+92=172 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.02% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A065C is #B5F9A3. Grayscale: #232323. Windows color (decimal): -11925924 or 6030922. OLE color: 6030922.
HSL color Cylindrical-coordinate representation of color #4A065C: hue angle of 287.44º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A065C is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 6 | 92 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.64 |
| HSL | 287.44º | 0.88% | 0.19% | - |
| HSV(B) | 287.44º | 0.93% | 0.36% | - |
| XYZ | 4.82 | 2.36 | 10.33 | - |
| YUV | 36.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 92 | 0.20 | 0.93 | 0 | 0.64 | 287.44 | 0.88 | 0.19 |
| Hex | 4A | 6 | 5C | 14 | 5D | 0 | 40 | 11F | 58 | 13 |
| Octal | 112 | 6 | 134 | 24 | 135 | 0 | 100 | 437 | 130 | 23 |
| Binary | 1001010 | 110 | 1011100 | 10100 | 1011101 | 0 | 1000000 | 100011111 | 1011000 | 10011 |
Color Harmonies of #4A065C
Complementary color
Monochromatic Colors of #4A065C
Black with #4A065C
Text Example
Text Example
White with #4A065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A065C; }
p { color: rgb(74,6,92); }
H1.HeaderClassName
{
color: #4A065C;
}
.AnyTagClassName
{
color: #4A065C;
}
</style>
background-color css
<style>
a { background-color: #4A065C; }
a { background-color: rgb(74,6,92); }
div.DivClassName
{
background-color: #4A065C;
}
.BgClassName
{
background-color: #4A065C;
}
</style>
border-color css
<style>
span { border-color: #4A065C; }
span { border-color: rgb(74,6,92); }
td.TdClassName
{
border-color: #4A065C;
}
.TagClassName
{
border-color: #4A065C;
}
</style>