Shades of Scarlet Gum #4B1763
Tints of Scarlet Gum #4B1763
RGB
CMYK
RGB Variations
Color information
#4B1763 (or 0x4B1763) is known color: Scarlet Gum. HEX triplet: 4B, 17 and 63. RGB value is (75,23,99). Sum of RGB (Red+Green+Blue) = 75+23+99=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B1763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1763 is #B4E89C. Grayscale: #2E2E2E. Windows color (decimal): -11856029 or 6494027. OLE color: 6494027.
HSL color Cylindrical-coordinate representation of color #4B1763: hue angle of 281.05º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B1763 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 23 | 99 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.61 |
| HSL | 281.05º | 0.62% | 0.24% | - |
| HSV(B) | 281.05º | 0.77% | 0.39% | - |
| XYZ | 5.46 | 3.01 | 12.1 | - |
| YUV | 47.21 | 157.23 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 99 | 0.24 | 0.77 | 0 | 0.61 | 281.05 | 0.62 | 0.24 |
| Hex | 4B | 17 | 63 | 18 | 4D | 0 | 3D | 119 | 3E | 18 |
| Octal | 113 | 27 | 143 | 30 | 115 | 0 | 75 | 431 | 76 | 30 |
| Binary | 1001011 | 10111 | 1100011 | 11000 | 1001101 | 0 | 111101 | 100011001 | 111110 | 11000 |
Color Harmonies of #4B1763
Complementary color
Monochromatic Colors of #4B1763
Black with #4B1763
Text Example
Text Example
White with #4B1763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1763; }
p { color: rgb(75,23,99); }
H1.HeaderClassName
{
color: #4B1763;
}
.AnyTagClassName
{
color: #4B1763;
}
</style>
background-color css
<style>
a { background-color: #4B1763; }
a { background-color: rgb(75,23,99); }
div.DivClassName
{
background-color: #4B1763;
}
.BgClassName
{
background-color: #4B1763;
}
</style>
border-color css
<style>
span { border-color: #4B1763; }
span { border-color: rgb(75,23,99); }
td.TdClassName
{
border-color: #4B1763;
}
.TagClassName
{
border-color: #4B1763;
}
</style>