Shades of Scarlet Gum #4B045C
Tints of Scarlet Gum #4B045C
RGB
CMYK
RGB Variations
Color information
#4B045C (or 0x4B045C) is known color: Scarlet Gum. HEX triplet: 4B, 04 and 5C. RGB value is (75,4,92). Sum of RGB (Red+Green+Blue) = 75+4+92=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B045C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B045C is #B4FBA3. Grayscale: #222222. Windows color (decimal): -11860900 or 6030411. OLE color: 6030411.
HSL color Cylindrical-coordinate representation of color #4B045C: hue angle of 288.41º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B045C is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 4 | 92 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.64 |
| HSL | 288.41º | 0.92% | 0.19% | - |
| HSV(B) | 288.41º | 0.96% | 0.36% | - |
| XYZ | 4.88 | 2.36 | 10.32 | - |
| YUV | 35.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 92 | 0.18 | 0.96 | 0 | 0.64 | 288.41 | 0.92 | 0.19 |
| Hex | 4B | 4 | 5C | 12 | 60 | 0 | 40 | 120 | 5C | 13 |
| Octal | 113 | 4 | 134 | 22 | 140 | 0 | 100 | 440 | 134 | 23 |
| Binary | 1001011 | 100 | 1011100 | 10010 | 1100000 | 0 | 1000000 | 100100000 | 1011100 | 10011 |
Color Harmonies of #4B045C
Complementary color
Monochromatic Colors of #4B045C
Black with #4B045C
Text Example
Text Example
White with #4B045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B045C; }
p { color: rgb(75,4,92); }
H1.HeaderClassName
{
color: #4B045C;
}
.AnyTagClassName
{
color: #4B045C;
}
</style>
background-color css
<style>
a { background-color: #4B045C; }
a { background-color: rgb(75,4,92); }
div.DivClassName
{
background-color: #4B045C;
}
.BgClassName
{
background-color: #4B045C;
}
</style>
border-color css
<style>
span { border-color: #4B045C; }
span { border-color: rgb(75,4,92); }
td.TdClassName
{
border-color: #4B045C;
}
.TagClassName
{
border-color: #4B045C;
}
</style>