Shades of Scarlet Gum #46374D
Tints of Scarlet Gum #46374D
RGB
CMYK
RGB Variations
Color information
#46374D (or 0x46374D) is known color: Scarlet Gum. HEX triplet: 46, 37 and 4D. RGB value is (70,55,77). Sum of RGB (Red+Green+Blue) = 70+55+77=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #46374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46374D is #B9C8B2. Grayscale: #3D3D3D. Windows color (decimal): -12175539 or 5060422. OLE color: 5060422.
HSL color Cylindrical-coordinate representation of color #46374D: hue angle of 280.91º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #46374D is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 55 | 77 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.70 |
| HSL | 280.91º | 0.17% | 0.26% | - |
| HSV(B) | 280.91º | 0.29% | 0.3% | - |
| XYZ | 5.23 | 4.57 | 7.63 | - |
| YUV | 61.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 77 | 0.09 | 0.29 | 0 | 0.70 | 280.91 | 0.17 | 0.26 |
| Hex | 46 | 37 | 4D | 9 | 1D | 0 | 46 | 119 | 11 | 1A |
| Octal | 106 | 67 | 115 | 11 | 35 | 0 | 106 | 431 | 21 | 32 |
| Binary | 1000110 | 110111 | 1001101 | 1001 | 11101 | 0 | 1000110 | 100011001 | 10001 | 11010 |
Color Harmonies of #46374D
Complementary color
Monochromatic Colors of #46374D
Black with #46374D
Text Example
Text Example
White with #46374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46374D; }
p { color: rgb(70,55,77); }
H1.HeaderClassName
{
color: #46374D;
}
.AnyTagClassName
{
color: #46374D;
}
</style>
background-color css
<style>
a { background-color: #46374D; }
a { background-color: rgb(70,55,77); }
div.DivClassName
{
background-color: #46374D;
}
.BgClassName
{
background-color: #46374D;
}
</style>
border-color css
<style>
span { border-color: #46374D; }
span { border-color: rgb(70,55,77); }
td.TdClassName
{
border-color: #46374D;
}
.TagClassName
{
border-color: #46374D;
}
</style>