Shades of Scarlet Gum #45304C
Tints of Scarlet Gum #45304C
RGB
CMYK
RGB Variations
Color information
#45304C (or 0x45304C) is known color: Scarlet Gum. HEX triplet: 45, 30 and 4C. RGB value is (69,48,76). Sum of RGB (Red+Green+Blue) = 69+48+76=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 76 - color contains mainly: blue. Hex color #45304C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45304C is #BACFB3. Grayscale: #393939. Windows color (decimal): -12242868 or 4993093. OLE color: 4993093.
HSL color Cylindrical-coordinate representation of color #45304C: hue angle of 285º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45304C is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 48 | 76 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.70 |
| HSL | 285º | 0.23% | 0.24% | - |
| HSV(B) | 285º | 0.37% | 0.3% | - |
| XYZ | 4.82 | 3.9 | 7.34 | - |
| YUV | 57.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 76 | 0.09 | 0.37 | 0 | 0.70 | 285 | 0.23 | 0.24 |
| Hex | 45 | 30 | 4C | 9 | 25 | 0 | 46 | 11D | 17 | 18 |
| Octal | 105 | 60 | 114 | 11 | 45 | 0 | 106 | 435 | 27 | 30 |
| Binary | 1000101 | 110000 | 1001100 | 1001 | 100101 | 0 | 1000110 | 100011101 | 10111 | 11000 |
Color Harmonies of #45304C
Complementary color
Monochromatic Colors of #45304C
Black with #45304C
Text Example
Text Example
White with #45304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45304C; }
p { color: rgb(69,48,76); }
H1.HeaderClassName
{
color: #45304C;
}
.AnyTagClassName
{
color: #45304C;
}
</style>
background-color css
<style>
a { background-color: #45304C; }
a { background-color: rgb(69,48,76); }
div.DivClassName
{
background-color: #45304C;
}
.BgClassName
{
background-color: #45304C;
}
</style>
border-color css
<style>
span { border-color: #45304C; }
span { border-color: rgb(69,48,76); }
td.TdClassName
{
border-color: #45304C;
}
.TagClassName
{
border-color: #45304C;
}
</style>