Shades of Dark Slate #465F5D
Tints of Dark Slate #465F5D
RGB
CMYK
RGB Variations
Color information
#465F5D (or 0x465F5D) is known color: Dark Slate. HEX triplet: 46, 5F and 5D. RGB value is (70,95,93). Sum of RGB (Red+Green+Blue) = 70+95+93=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 95 - color contains mainly: green. Hex color #465F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F5D is #B9A0A2. Grayscale: #575757. Windows color (decimal): -12165283 or 6119238. OLE color: 6119238.
HSL color Cylindrical-coordinate representation of color #465F5D: hue angle of 175.2º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465F5D is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 95 | 93 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.63 |
| HSL | 175.2º | 0.15% | 0.32% | - |
| HSV(B) | 175.2º | 0.26% | 0.37% | - |
| XYZ | 8.59 | 10.28 | 11.89 | - |
| YUV | 87.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 93 | 0.26 | 0 | 0.02 | 0.63 | 175.2 | 0.15 | 0.32 |
| Hex | 46 | 5F | 5D | 1A | 0 | 2 | 3F | AF | F | 20 |
| Octal | 106 | 137 | 135 | 32 | 0 | 2 | 77 | 257 | 17 | 40 |
| Binary | 1000110 | 1011111 | 1011101 | 11010 | 0 | 10 | 111111 | 10101111 | 1111 | 100000 |
Color Harmonies of #465F5D
Complementary color
Monochromatic Colors of #465F5D
Black with #465F5D
Text Example
Text Example
White with #465F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F5D; }
p { color: rgb(70,95,93); }
H1.HeaderClassName
{
color: #465F5D;
}
.AnyTagClassName
{
color: #465F5D;
}
</style>
background-color css
<style>
a { background-color: #465F5D; }
a { background-color: rgb(70,95,93); }
div.DivClassName
{
background-color: #465F5D;
}
.BgClassName
{
background-color: #465F5D;
}
</style>
border-color css
<style>
span { border-color: #465F5D; }
span { border-color: rgb(70,95,93); }
td.TdClassName
{
border-color: #465F5D;
}
.TagClassName
{
border-color: #465F5D;
}
</style>