Shades of Dark Slate #46625E
Tints of Dark Slate #46625E
RGB
CMYK
RGB Variations
Color information
#46625E (or 0x46625E) is known color: Dark Slate. HEX triplet: 46, 62 and 5E. RGB value is (70,98,94). Sum of RGB (Red+Green+Blue) = 70+98+94=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 98 - color contains mainly: green. Hex color #46625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46625E is #B99DA1. Grayscale: #595959. Windows color (decimal): -12164514 or 6185542. OLE color: 6185542.
HSL color Cylindrical-coordinate representation of color #46625E: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #46625E is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 94 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.62 |
| HSL | 171.43º | 0.17% | 0.33% | - |
| HSV(B) | 171.43º | 0.29% | 0.38% | - |
| XYZ | 8.91 | 10.85 | 12.21 | - |
| YUV | 89.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 94 | 0.29 | 0 | 0.04 | 0.62 | 171.43 | 0.17 | 0.33 |
| Hex | 46 | 62 | 5E | 1D | 0 | 4 | 3E | AB | 11 | 21 |
| Octal | 106 | 142 | 136 | 35 | 0 | 4 | 76 | 253 | 21 | 41 |
| Binary | 1000110 | 1100010 | 1011110 | 11101 | 0 | 100 | 111110 | 10101011 | 10001 | 100001 |
Color Harmonies of #46625E
Complementary color
Monochromatic Colors of #46625E
Black with #46625E
Text Example
Text Example
White with #46625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46625E; }
p { color: rgb(70,98,94); }
H1.HeaderClassName
{
color: #46625E;
}
.AnyTagClassName
{
color: #46625E;
}
</style>
background-color css
<style>
a { background-color: #46625E; }
a { background-color: rgb(70,98,94); }
div.DivClassName
{
background-color: #46625E;
}
.BgClassName
{
background-color: #46625E;
}
</style>
border-color css
<style>
span { border-color: #46625E; }
span { border-color: rgb(70,98,94); }
td.TdClassName
{
border-color: #46625E;
}
.TagClassName
{
border-color: #46625E;
}
</style>