Shades of Dark Slate #46605C
Tints of Dark Slate #46605C
RGB
CMYK
RGB Variations
Color information
#46605C (or 0x46605C) is known color: Dark Slate. HEX triplet: 46, 60 and 5C. RGB value is (70,96,92). Sum of RGB (Red+Green+Blue) = 70+96+92=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #46605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46605C is #B99FA3. Grayscale: #575757. Windows color (decimal): -12165028 or 6053958. OLE color: 6053958.
HSL color Cylindrical-coordinate representation of color #46605C: hue angle of 170.77º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #46605C is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 96 | 92 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.62 |
| HSL | 170.77º | 0.16% | 0.33% | - |
| HSV(B) | 170.77º | 0.27% | 0.38% | - |
| XYZ | 8.64 | 10.44 | 11.69 | - |
| YUV | 87.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 96 | 92 | 0.27 | 0 | 0.04 | 0.62 | 170.77 | 0.16 | 0.33 |
| Hex | 46 | 60 | 5C | 1B | 0 | 4 | 3E | AB | 10 | 21 |
| Octal | 106 | 140 | 134 | 33 | 0 | 4 | 76 | 253 | 20 | 41 |
| Binary | 1000110 | 1100000 | 1011100 | 11011 | 0 | 100 | 111110 | 10101011 | 10000 | 100001 |
Color Harmonies of #46605C
Complementary color
Monochromatic Colors of #46605C
Black with #46605C
Text Example
Text Example
White with #46605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46605C; }
p { color: rgb(70,96,92); }
H1.HeaderClassName
{
color: #46605C;
}
.AnyTagClassName
{
color: #46605C;
}
</style>
background-color css
<style>
a { background-color: #46605C; }
a { background-color: rgb(70,96,92); }
div.DivClassName
{
background-color: #46605C;
}
.BgClassName
{
background-color: #46605C;
}
</style>
border-color css
<style>
span { border-color: #46605C; }
span { border-color: rgb(70,96,92); }
td.TdClassName
{
border-color: #46605C;
}
.TagClassName
{
border-color: #46605C;
}
</style>