Shades of Scarlet Gum #4B165A
Tints of Scarlet Gum #4B165A
RGB
CMYK
RGB Variations
Color information
#4B165A (or 0x4B165A) is known color: Scarlet Gum. HEX triplet: 4B, 16 and 5A. RGB value is (75,22,90). Sum of RGB (Red+Green+Blue) = 75+22+90=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B165A is #B4E9A5. Grayscale: #2D2D2D. Windows color (decimal): -11856294 or 5903947. OLE color: 5903947.
HSL color Cylindrical-coordinate representation of color #4B165A: hue angle of 286.76º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B165A is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 22 | 90 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.65 |
| HSL | 286.76º | 0.61% | 0.22% | - |
| HSV(B) | 286.76º | 0.76% | 0.35% | - |
| XYZ | 5.03 | 2.81 | 9.95 | - |
| YUV | 45.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 22 | 90 | 0.17 | 0.76 | 0 | 0.65 | 286.76 | 0.61 | 0.22 |
| Hex | 4B | 16 | 5A | 11 | 4C | 0 | 41 | 11F | 3D | 16 |
| Octal | 113 | 26 | 132 | 21 | 114 | 0 | 101 | 437 | 75 | 26 |
| Binary | 1001011 | 10110 | 1011010 | 10001 | 1001100 | 0 | 1000001 | 100011111 | 111101 | 10110 |
Color Harmonies of #4B165A
Complementary color
Monochromatic Colors of #4B165A
Black with #4B165A
Text Example
Text Example
White with #4B165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B165A; }
p { color: rgb(75,22,90); }
H1.HeaderClassName
{
color: #4B165A;
}
.AnyTagClassName
{
color: #4B165A;
}
</style>
background-color css
<style>
a { background-color: #4B165A; }
a { background-color: rgb(75,22,90); }
div.DivClassName
{
background-color: #4B165A;
}
.BgClassName
{
background-color: #4B165A;
}
</style>
border-color css
<style>
span { border-color: #4B165A; }
span { border-color: rgb(75,22,90); }
td.TdClassName
{
border-color: #4B165A;
}
.TagClassName
{
border-color: #4B165A;
}
</style>