Shades of Scarlet Gum #46384C
Tints of Scarlet Gum #46384C
RGB
CMYK
RGB Variations
Color information
#46384C (or 0x46384C) is known color: Scarlet Gum. HEX triplet: 46, 38 and 4C. RGB value is (70,56,76). Sum of RGB (Red+Green+Blue) = 70+56+76=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 76 - color contains mainly: blue. Hex color #46384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46384C is #B9C7B3. Grayscale: #3E3E3E. Windows color (decimal): -12175284 or 4995142. OLE color: 4995142.
HSL color Cylindrical-coordinate representation of color #46384C: hue angle of 282º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46384C is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 56 | 76 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.70 |
| HSL | 282º | 0.15% | 0.26% | - |
| HSV(B) | 282º | 0.26% | 0.3% | - |
| XYZ | 5.24 | 4.65 | 7.46 | - |
| YUV | 62.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 76 | 0.08 | 0.26 | 0 | 0.70 | 282 | 0.15 | 0.26 |
| Hex | 46 | 38 | 4C | 8 | 1A | 0 | 46 | 11A | F | 1A |
| Octal | 106 | 70 | 114 | 10 | 32 | 0 | 106 | 432 | 17 | 32 |
| Binary | 1000110 | 111000 | 1001100 | 1000 | 11010 | 0 | 1000110 | 100011010 | 1111 | 11010 |
Color Harmonies of #46384C
Complementary color
Monochromatic Colors of #46384C
Black with #46384C
Text Example
Text Example
White with #46384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46384C; }
p { color: rgb(70,56,76); }
H1.HeaderClassName
{
color: #46384C;
}
.AnyTagClassName
{
color: #46384C;
}
</style>
background-color css
<style>
a { background-color: #46384C; }
a { background-color: rgb(70,56,76); }
div.DivClassName
{
background-color: #46384C;
}
.BgClassName
{
background-color: #46384C;
}
</style>
border-color css
<style>
span { border-color: #46384C; }
span { border-color: rgb(70,56,76); }
td.TdClassName
{
border-color: #46384C;
}
.TagClassName
{
border-color: #46384C;
}
</style>