Shades of Scarlet Gum #4B2763
Tints of Scarlet Gum #4B2763
RGB
CMYK
RGB Variations
Color information
#4B2763 (or 0x4B2763) is known color: Scarlet Gum. HEX triplet: 4B, 27 and 63. RGB value is (75,39,99). Sum of RGB (Red+Green+Blue) = 75+39+99=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B2763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2763 is #B4D89C. Grayscale: #383838. Windows color (decimal): -11851933 or 6498123. OLE color: 6498123.
HSL color Cylindrical-coordinate representation of color #4B2763: hue angle of 276º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B2763 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 39 | 99 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.61 |
| HSL | 276º | 0.43% | 0.27% | - |
| HSV(B) | 276º | 0.61% | 0.39% | - |
| XYZ | 5.88 | 3.85 | 12.24 | - |
| YUV | 56.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 99 | 0.24 | 0.61 | 0 | 0.61 | 276 | 0.43 | 0.27 |
| Hex | 4B | 27 | 63 | 18 | 3D | 0 | 3D | 114 | 2B | 1B |
| Octal | 113 | 47 | 143 | 30 | 75 | 0 | 75 | 424 | 53 | 33 |
| Binary | 1001011 | 100111 | 1100011 | 11000 | 111101 | 0 | 111101 | 100010100 | 101011 | 11011 |
Color Harmonies of #4B2763
Complementary color
Monochromatic Colors of #4B2763
Black with #4B2763
Text Example
Text Example
White with #4B2763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2763; }
p { color: rgb(75,39,99); }
H1.HeaderClassName
{
color: #4B2763;
}
.AnyTagClassName
{
color: #4B2763;
}
</style>
background-color css
<style>
a { background-color: #4B2763; }
a { background-color: rgb(75,39,99); }
div.DivClassName
{
background-color: #4B2763;
}
.BgClassName
{
background-color: #4B2763;
}
</style>
border-color css
<style>
span { border-color: #4B2763; }
span { border-color: rgb(75,39,99); }
td.TdClassName
{
border-color: #4B2763;
}
.TagClassName
{
border-color: #4B2763;
}
</style>