Shades of Dark Slate #495150
Tints of Dark Slate #495150
RGB
CMYK
RGB Variations
Color information
#495150 (or 0x495150) is known color: Dark Slate. HEX triplet: 49, 51 and 50. RGB value is (73,81,80). Sum of RGB (Red+Green+Blue) = 73+81+80=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 81 - color contains mainly: green. Hex color #495150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495150 is #B6AEAF. Grayscale: #4E4E4E. Windows color (decimal): -11972272 or 5263689. OLE color: 5263689.
HSL color Cylindrical-coordinate representation of color #495150: hue angle of 172.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #495150 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 80 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.68 |
| HSL | 172.5º | 0.05% | 0.3% | - |
| HSV(B) | 172.5º | 0.1% | 0.32% | - |
| XYZ | 7.14 | 7.88 | 8.73 | - |
| YUV | 78.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 80 | 0.10 | 0 | 0.01 | 0.68 | 172.5 | 0.05 | 0.3 |
| Hex | 49 | 51 | 50 | A | 0 | 1 | 44 | AC | 5 | 1E |
| Octal | 111 | 121 | 120 | 12 | 0 | 1 | 104 | 254 | 5 | 36 |
| Binary | 1001001 | 1010001 | 1010000 | 1010 | 0 | 1 | 1000100 | 10101100 | 101 | 11110 |
Color Harmonies of #495150
Complementary color
Monochromatic Colors of #495150
Black with #495150
Text Example
Text Example
White with #495150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495150; }
p { color: rgb(73,81,80); }
H1.HeaderClassName
{
color: #495150;
}
.AnyTagClassName
{
color: #495150;
}
</style>
background-color css
<style>
a { background-color: #495150; }
a { background-color: rgb(73,81,80); }
div.DivClassName
{
background-color: #495150;
}
.BgClassName
{
background-color: #495150;
}
</style>
border-color css
<style>
span { border-color: #495150; }
span { border-color: rgb(73,81,80); }
td.TdClassName
{
border-color: #495150;
}
.TagClassName
{
border-color: #495150;
}
</style>