Shades of Scarlet Gum #4D2068
Tints of Scarlet Gum #4D2068
RGB
CMYK
RGB Variations
Color information
#4D2068 (or 0x4D2068) is known color: Scarlet Gum. HEX triplet: 4D, 20 and 68. RGB value is (77,32,104). Sum of RGB (Red+Green+Blue) = 77+32+104=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D2068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2068 is #B2DF97. Grayscale: #353535. Windows color (decimal): -11722648 or 6824013. OLE color: 6824013.
HSL color Cylindrical-coordinate representation of color #4D2068: hue angle of 277.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D2068 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 32 | 104 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.59 |
| HSL | 277.5º | 0.53% | 0.27% | - |
| HSV(B) | 277.5º | 0.69% | 0.41% | - |
| XYZ | 6.08 | 3.61 | 13.47 | - |
| YUV | 53.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 104 | 0.26 | 0.69 | 0 | 0.59 | 277.5 | 0.53 | 0.27 |
| Hex | 4D | 20 | 68 | 1A | 45 | 0 | 3B | 116 | 35 | 1B |
| Octal | 115 | 40 | 150 | 32 | 105 | 0 | 73 | 426 | 65 | 33 |
| Binary | 1001101 | 100000 | 1101000 | 11010 | 1000101 | 0 | 111011 | 100010110 | 110101 | 11011 |
Color Harmonies of #4D2068
Complementary color
Monochromatic Colors of #4D2068
Black with #4D2068
Text Example
Text Example
White with #4D2068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2068; }
p { color: rgb(77,32,104); }
H1.HeaderClassName
{
color: #4D2068;
}
.AnyTagClassName
{
color: #4D2068;
}
</style>
background-color css
<style>
a { background-color: #4D2068; }
a { background-color: rgb(77,32,104); }
div.DivClassName
{
background-color: #4D2068;
}
.BgClassName
{
background-color: #4D2068;
}
</style>
border-color css
<style>
span { border-color: #4D2068; }
span { border-color: rgb(77,32,104); }
td.TdClassName
{
border-color: #4D2068;
}
.TagClassName
{
border-color: #4D2068;
}
</style>