Shades of Scarlet Gum #4B1964
Tints of Scarlet Gum #4B1964
RGB
CMYK
RGB Variations
Color information
#4B1964 (or 0x4B1964) is known color: Scarlet Gum. HEX triplet: 4B, 19 and 64. RGB value is (75,25,100). Sum of RGB (Red+Green+Blue) = 75+25+100=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 100 (39.45% from 255 or 50% from 200); Max value from RGB is 100 - color contains mainly: blue. Hex color #4B1964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1964 is #B4E69B. Grayscale: #303030. Windows color (decimal): -11855516 or 6560075. OLE color: 6560075.
HSL color Cylindrical-coordinate representation of color #4B1964: hue angle of 280º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B1964 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 25 | 100 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.61 |
| HSL | 280º | 0.6% | 0.25% | - |
| HSV(B) | 280º | 0.75% | 0.39% | - |
| XYZ | 5.55 | 3.11 | 12.36 | - |
| YUV | 48.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 100 | 0.25 | 0.75 | 0 | 0.61 | 280 | 0.6 | 0.25 |
| Hex | 4B | 19 | 64 | 19 | 4B | 0 | 3D | 118 | 3C | 19 |
| Octal | 113 | 31 | 144 | 31 | 113 | 0 | 75 | 430 | 74 | 31 |
| Binary | 1001011 | 11001 | 1100100 | 11001 | 1001011 | 0 | 111101 | 100011000 | 111100 | 11001 |
Color Harmonies of #4B1964
Complementary color
Monochromatic Colors of #4B1964
Black with #4B1964
Text Example
Text Example
White with #4B1964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1964; }
p { color: rgb(75,25,100); }
H1.HeaderClassName
{
color: #4B1964;
}
.AnyTagClassName
{
color: #4B1964;
}
</style>
background-color css
<style>
a { background-color: #4B1964; }
a { background-color: rgb(75,25,100); }
div.DivClassName
{
background-color: #4B1964;
}
.BgClassName
{
background-color: #4B1964;
}
</style>
border-color css
<style>
span { border-color: #4B1964; }
span { border-color: rgb(75,25,100); }
td.TdClassName
{
border-color: #4B1964;
}
.TagClassName
{
border-color: #4B1964;
}
</style>