Shades of Scarlet Gum #4B1769
Tints of Scarlet Gum #4B1769
RGB
CMYK
RGB Variations
Color information
#4B1769 (or 0x4B1769) is known color: Scarlet Gum. HEX triplet: 4B, 17 and 69. RGB value is (75,23,105). Sum of RGB (Red+Green+Blue) = 75+23+105=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B1769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1769 is #B4E896. Grayscale: #2F2F2F. Windows color (decimal): -11856023 or 6887243. OLE color: 6887243.
HSL color Cylindrical-coordinate representation of color #4B1769: hue angle of 278.05º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B1769 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 23 | 105 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.59 |
| HSL | 278.05º | 0.64% | 0.25% | - |
| HSV(B) | 278.05º | 0.78% | 0.41% | - |
| XYZ | 5.76 | 3.13 | 13.67 | - |
| YUV | 47.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 105 | 0.29 | 0.78 | 0 | 0.59 | 278.05 | 0.64 | 0.25 |
| Hex | 4B | 17 | 69 | 1D | 4E | 0 | 3B | 116 | 40 | 19 |
| Octal | 113 | 27 | 151 | 35 | 116 | 0 | 73 | 426 | 100 | 31 |
| Binary | 1001011 | 10111 | 1101001 | 11101 | 1001110 | 0 | 111011 | 100010110 | 1000000 | 11001 |
Color Harmonies of #4B1769
Complementary color
Monochromatic Colors of #4B1769
Black with #4B1769
Text Example
Text Example
White with #4B1769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1769; }
p { color: rgb(75,23,105); }
H1.HeaderClassName
{
color: #4B1769;
}
.AnyTagClassName
{
color: #4B1769;
}
</style>
background-color css
<style>
a { background-color: #4B1769; }
a { background-color: rgb(75,23,105); }
div.DivClassName
{
background-color: #4B1769;
}
.BgClassName
{
background-color: #4B1769;
}
</style>
border-color css
<style>
span { border-color: #4B1769; }
span { border-color: rgb(75,23,105); }
td.TdClassName
{
border-color: #4B1769;
}
.TagClassName
{
border-color: #4B1769;
}
</style>