Shades of Dark Slate #464747
Tints of Dark Slate #464747
RGB
CMYK
RGB Variations
Color information
#464747 (or 0x464747) is known color: Dark Slate. HEX triplet: 46, 47 and 47. RGB value is (70,71,71). Sum of RGB (Red+Green+Blue) = 70+71+71=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #464747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464747 is #B9B8B8. Grayscale: #464646. Windows color (decimal): -12171449 or 4671302. OLE color: 4671302.
HSL color Cylindrical-coordinate representation of color #464747: hue angle of 180º degrees, saturation: 0.01, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #464747 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 71 | 71 | - |
| CMYK | 0.01 | 0 | 0 | 0.72 |
| HSL | 180º | 0.01% | 0.28% | - |
| HSV(B) | 180º | 0.01% | 0.28% | - |
| XYZ | 5.92 | 6.26 | 6.86 | - |
| YUV | 70.7 | 128.17 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 71 | 0.01 | 0 | 0 | 0.72 | 180 | 0.01 | 0.28 |
| Hex | 46 | 47 | 47 | 1 | 0 | 0 | 48 | B4 | 1 | 1C |
| Octal | 106 | 107 | 107 | 1 | 0 | 0 | 110 | 264 | 1 | 34 |
| Binary | 1000110 | 1000111 | 1000111 | 1 | 0 | 0 | 1001000 | 10110100 | 1 | 11100 |
Color Harmonies of #464747
Complementary color
Monochromatic Colors of #464747
Black with #464747
Text Example
Text Example
White with #464747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464747; }
p { color: rgb(70,71,71); }
H1.HeaderClassName
{
color: #464747;
}
.AnyTagClassName
{
color: #464747;
}
</style>
background-color css
<style>
a { background-color: #464747; }
a { background-color: rgb(70,71,71); }
div.DivClassName
{
background-color: #464747;
}
.BgClassName
{
background-color: #464747;
}
</style>
border-color css
<style>
span { border-color: #464747; }
span { border-color: rgb(70,71,71); }
td.TdClassName
{
border-color: #464747;
}
.TagClassName
{
border-color: #464747;
}
</style>