Shades of Scarlet Gum #4B295D
Tints of Scarlet Gum #4B295D
RGB
CMYK
RGB Variations
Color information
#4B295D (or 0x4B295D) is known color: Scarlet Gum. HEX triplet: 4B, 29 and 5D. RGB value is (75,41,93). Sum of RGB (Red+Green+Blue) = 75+41+93=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B295D is #B4D6A2. Grayscale: #383838. Windows color (decimal): -11851427 or 6105419. OLE color: 6105419.
HSL color Cylindrical-coordinate representation of color #4B295D: hue angle of 279.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B295D is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 41 | 93 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.64 |
| HSL | 279.23º | 0.39% | 0.26% | - |
| HSV(B) | 279.23º | 0.56% | 0.36% | - |
| XYZ | 5.67 | 3.87 | 10.8 | - |
| YUV | 57.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 41 | 93 | 0.19 | 0.56 | 0 | 0.64 | 279.23 | 0.39 | 0.26 |
| Hex | 4B | 29 | 5D | 13 | 38 | 0 | 40 | 117 | 27 | 1A |
| Octal | 113 | 51 | 135 | 23 | 70 | 0 | 100 | 427 | 47 | 32 |
| Binary | 1001011 | 101001 | 1011101 | 10011 | 111000 | 0 | 1000000 | 100010111 | 100111 | 11010 |
Color Harmonies of #4B295D
Complementary color
Monochromatic Colors of #4B295D
Black with #4B295D
Text Example
Text Example
White with #4B295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B295D; }
p { color: rgb(75,41,93); }
H1.HeaderClassName
{
color: #4B295D;
}
.AnyTagClassName
{
color: #4B295D;
}
</style>
background-color css
<style>
a { background-color: #4B295D; }
a { background-color: rgb(75,41,93); }
div.DivClassName
{
background-color: #4B295D;
}
.BgClassName
{
background-color: #4B295D;
}
</style>
border-color css
<style>
span { border-color: #4B295D; }
span { border-color: rgb(75,41,93); }
td.TdClassName
{
border-color: #4B295D;
}
.TagClassName
{
border-color: #4B295D;
}
</style>