Shades of Scarlet Gum #4B265D
Tints of Scarlet Gum #4B265D
RGB
CMYK
RGB Variations
Color information
#4B265D (or 0x4B265D) is known color: Scarlet Gum. HEX triplet: 4B, 26 and 5D. RGB value is (75,38,93). Sum of RGB (Red+Green+Blue) = 75+38+93=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B265D is #B4D9A2. Grayscale: #373737. Windows color (decimal): -11852195 or 6104651. OLE color: 6104651.
HSL color Cylindrical-coordinate representation of color #4B265D: hue angle of 280.36º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B265D is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 38 | 93 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.64 |
| HSL | 280.36º | 0.42% | 0.26% | - |
| HSV(B) | 280.36º | 0.59% | 0.36% | - |
| XYZ | 5.57 | 3.67 | 10.77 | - |
| YUV | 55.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 93 | 0.19 | 0.59 | 0 | 0.64 | 280.36 | 0.42 | 0.26 |
| Hex | 4B | 26 | 5D | 13 | 3B | 0 | 40 | 118 | 2A | 1A |
| Octal | 113 | 46 | 135 | 23 | 73 | 0 | 100 | 430 | 52 | 32 |
| Binary | 1001011 | 100110 | 1011101 | 10011 | 111011 | 0 | 1000000 | 100011000 | 101010 | 11010 |
Color Harmonies of #4B265D
Complementary color
Monochromatic Colors of #4B265D
Black with #4B265D
Text Example
Text Example
White with #4B265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B265D; }
p { color: rgb(75,38,93); }
H1.HeaderClassName
{
color: #4B265D;
}
.AnyTagClassName
{
color: #4B265D;
}
</style>
background-color css
<style>
a { background-color: #4B265D; }
a { background-color: rgb(75,38,93); }
div.DivClassName
{
background-color: #4B265D;
}
.BgClassName
{
background-color: #4B265D;
}
</style>
border-color css
<style>
span { border-color: #4B265D; }
span { border-color: rgb(75,38,93); }
td.TdClassName
{
border-color: #4B265D;
}
.TagClassName
{
border-color: #4B265D;
}
</style>