Shades of Dark Slate #494E4D
Tints of Dark Slate #494E4D
RGB
CMYK
RGB Variations
Color information
#494E4D (or 0x494E4D) is known color: Dark Slate. HEX triplet: 49, 4E and 4D. RGB value is (73,78,77). Sum of RGB (Red+Green+Blue) = 73+78+77=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 78 - color contains mainly: green. Hex color #494E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E4D is #B6B1B2. Grayscale: #4C4C4C. Windows color (decimal): -11973043 or 5066313. OLE color: 5066313.
HSL color Cylindrical-coordinate representation of color #494E4D: hue angle of 168º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #494E4D is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 78 | 77 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.69 |
| HSL | 168º | 0.03% | 0.3% | - |
| HSV(B) | 168º | 0.06% | 0.31% | - |
| XYZ | 6.81 | 7.4 | 8.09 | - |
| YUV | 76.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 77 | 0.06 | 0 | 0.01 | 0.69 | 168 | 0.03 | 0.3 |
| Hex | 49 | 4E | 4D | 6 | 0 | 1 | 45 | A8 | 3 | 1E |
| Octal | 111 | 116 | 115 | 6 | 0 | 1 | 105 | 250 | 3 | 36 |
| Binary | 1001001 | 1001110 | 1001101 | 110 | 0 | 1 | 1000101 | 10101000 | 11 | 11110 |
Color Harmonies of #494E4D
Complementary color
Monochromatic Colors of #494E4D
Black with #494E4D
Text Example
Text Example
White with #494E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E4D; }
p { color: rgb(73,78,77); }
H1.HeaderClassName
{
color: #494E4D;
}
.AnyTagClassName
{
color: #494E4D;
}
</style>
background-color css
<style>
a { background-color: #494E4D; }
a { background-color: rgb(73,78,77); }
div.DivClassName
{
background-color: #494E4D;
}
.BgClassName
{
background-color: #494E4D;
}
</style>
border-color css
<style>
span { border-color: #494E4D; }
span { border-color: rgb(73,78,77); }
td.TdClassName
{
border-color: #494E4D;
}
.TagClassName
{
border-color: #494E4D;
}
</style>