Shades of Scarlet Gum #4B065D
Tints of Scarlet Gum #4B065D
RGB
CMYK
RGB Variations
Color information
#4B065D (or 0x4B065D) is known color: Scarlet Gum. HEX triplet: 4B, 06 and 5D. RGB value is (75,6,93). Sum of RGB (Red+Green+Blue) = 75+6+93=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B065D is #B4F9A2. Grayscale: #242424. Windows color (decimal): -11860387 or 6096459. OLE color: 6096459.
HSL color Cylindrical-coordinate representation of color #4B065D: hue angle of 287.59º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B065D is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 6 | 93 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.64 |
| HSL | 287.59º | 0.88% | 0.19% | - |
| HSV(B) | 287.59º | 0.94% | 0.36% | - |
| XYZ | 4.94 | 2.42 | 10.56 | - |
| YUV | 36.55 | 159.86 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 6 | 93 | 0.19 | 0.94 | 0 | 0.64 | 287.59 | 0.88 | 0.19 |
| Hex | 4B | 6 | 5D | 13 | 5E | 0 | 40 | 120 | 58 | 13 |
| Octal | 113 | 6 | 135 | 23 | 136 | 0 | 100 | 440 | 130 | 23 |
| Binary | 1001011 | 110 | 1011101 | 10011 | 1011110 | 0 | 1000000 | 100100000 | 1011000 | 10011 |
Color Harmonies of #4B065D
Complementary color
Monochromatic Colors of #4B065D
Black with #4B065D
Text Example
Text Example
White with #4B065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B065D; }
p { color: rgb(75,6,93); }
H1.HeaderClassName
{
color: #4B065D;
}
.AnyTagClassName
{
color: #4B065D;
}
</style>
background-color css
<style>
a { background-color: #4B065D; }
a { background-color: rgb(75,6,93); }
div.DivClassName
{
background-color: #4B065D;
}
.BgClassName
{
background-color: #4B065D;
}
</style>
border-color css
<style>
span { border-color: #4B065D; }
span { border-color: rgb(75,6,93); }
td.TdClassName
{
border-color: #4B065D;
}
.TagClassName
{
border-color: #4B065D;
}
</style>