Shades of Dark Slate #46514F
Tints of Dark Slate #46514F
RGB
CMYK
RGB Variations
Color information
#46514F (or 0x46514F) is known color: Dark Slate. HEX triplet: 46, 51 and 4F. RGB value is (70,81,79). Sum of RGB (Red+Green+Blue) = 70+81+79=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 81 - color contains mainly: green. Hex color #46514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46514F is #B9AEB0. Grayscale: #4D4D4D. Windows color (decimal): -12168881 or 5198150. OLE color: 5198150.
HSL color Cylindrical-coordinate representation of color #46514F: hue angle of 169.09º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #46514F is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 79 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.68 |
| HSL | 169.09º | 0.07% | 0.3% | - |
| HSV(B) | 169.09º | 0.14% | 0.32% | - |
| XYZ | 6.88 | 7.75 | 8.53 | - |
| YUV | 77.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 79 | 0.14 | 0 | 0.02 | 0.68 | 169.09 | 0.07 | 0.3 |
| Hex | 46 | 51 | 4F | E | 0 | 2 | 44 | A9 | 7 | 1E |
| Octal | 106 | 121 | 117 | 16 | 0 | 2 | 104 | 251 | 7 | 36 |
| Binary | 1000110 | 1010001 | 1001111 | 1110 | 0 | 10 | 1000100 | 10101001 | 111 | 11110 |
Color Harmonies of #46514F
Complementary color
Monochromatic Colors of #46514F
Black with #46514F
Text Example
Text Example
White with #46514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46514F; }
p { color: rgb(70,81,79); }
H1.HeaderClassName
{
color: #46514F;
}
.AnyTagClassName
{
color: #46514F;
}
</style>
background-color css
<style>
a { background-color: #46514F; }
a { background-color: rgb(70,81,79); }
div.DivClassName
{
background-color: #46514F;
}
.BgClassName
{
background-color: #46514F;
}
</style>
border-color css
<style>
span { border-color: #46514F; }
span { border-color: rgb(70,81,79); }
td.TdClassName
{
border-color: #46514F;
}
.TagClassName
{
border-color: #46514F;
}
</style>