Shades of Scarlet Gum #462D4F
Tints of Scarlet Gum #462D4F
RGB
CMYK
RGB Variations
Color information
#462D4F (or 0x462D4F) is known color: Scarlet Gum. HEX triplet: 46, 2D and 4F. RGB value is (70,45,79). Sum of RGB (Red+Green+Blue) = 70+45+79=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 79 - color contains mainly: blue. Hex color #462D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D4F is #B9D2B0. Grayscale: #383838. Windows color (decimal): -12178097 or 5188934. OLE color: 5188934.
HSL color Cylindrical-coordinate representation of color #462D4F: hue angle of 284.12º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #462D4F is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 45 | 79 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.69 |
| HSL | 284.12º | 0.27% | 0.24% | - |
| HSV(B) | 284.12º | 0.43% | 0.31% | - |
| XYZ | 4.88 | 3.74 | 7.86 | - |
| YUV | 56.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 79 | 0.11 | 0.43 | 0 | 0.69 | 284.12 | 0.27 | 0.24 |
| Hex | 46 | 2D | 4F | B | 2B | 0 | 45 | 11C | 1B | 18 |
| Octal | 106 | 55 | 117 | 13 | 53 | 0 | 105 | 434 | 33 | 30 |
| Binary | 1000110 | 101101 | 1001111 | 1011 | 101011 | 0 | 1000101 | 100011100 | 11011 | 11000 |
Color Harmonies of #462D4F
Complementary color
Monochromatic Colors of #462D4F
Black with #462D4F
Text Example
Text Example
White with #462D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462D4F; }
p { color: rgb(70,45,79); }
H1.HeaderClassName
{
color: #462D4F;
}
.AnyTagClassName
{
color: #462D4F;
}
</style>
background-color css
<style>
a { background-color: #462D4F; }
a { background-color: rgb(70,45,79); }
div.DivClassName
{
background-color: #462D4F;
}
.BgClassName
{
background-color: #462D4F;
}
</style>
border-color css
<style>
span { border-color: #462D4F; }
span { border-color: rgb(70,45,79); }
td.TdClassName
{
border-color: #462D4F;
}
.TagClassName
{
border-color: #462D4F;
}
</style>