Shades of Scarlet Gum #4B175A
Tints of Scarlet Gum #4B175A
RGB
CMYK
RGB Variations
Color information
#4B175A (or 0x4B175A) is known color: Scarlet Gum. HEX triplet: 4B, 17 and 5A. RGB value is (75,23,90). Sum of RGB (Red+Green+Blue) = 75+23+90=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B175A is #B4E8A5. Grayscale: #2D2D2D. Windows color (decimal): -11856038 or 5904203. OLE color: 5904203.
HSL color Cylindrical-coordinate representation of color #4B175A: hue angle of 286.57º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B175A is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 23 | 90 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.65 |
| HSL | 286.57º | 0.59% | 0.22% | - |
| HSV(B) | 286.57º | 0.74% | 0.35% | - |
| XYZ | 5.05 | 2.85 | 9.96 | - |
| YUV | 46.19 | 152.73 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 90 | 0.17 | 0.74 | 0 | 0.65 | 286.57 | 0.59 | 0.22 |
| Hex | 4B | 17 | 5A | 11 | 4A | 0 | 41 | 11F | 3B | 16 |
| Octal | 113 | 27 | 132 | 21 | 112 | 0 | 101 | 437 | 73 | 26 |
| Binary | 1001011 | 10111 | 1011010 | 10001 | 1001010 | 0 | 1000001 | 100011111 | 111011 | 10110 |
Color Harmonies of #4B175A
Complementary color
Monochromatic Colors of #4B175A
Black with #4B175A
Text Example
Text Example
White with #4B175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B175A; }
p { color: rgb(75,23,90); }
H1.HeaderClassName
{
color: #4B175A;
}
.AnyTagClassName
{
color: #4B175A;
}
</style>
background-color css
<style>
a { background-color: #4B175A; }
a { background-color: rgb(75,23,90); }
div.DivClassName
{
background-color: #4B175A;
}
.BgClassName
{
background-color: #4B175A;
}
</style>
border-color css
<style>
span { border-color: #4B175A; }
span { border-color: rgb(75,23,90); }
td.TdClassName
{
border-color: #4B175A;
}
.TagClassName
{
border-color: #4B175A;
}
</style>