Shades of Dark Slate #49625E
Tints of Dark Slate #49625E
RGB
CMYK
RGB Variations
Color information
#49625E (or 0x49625E) is known color: Dark Slate. HEX triplet: 49, 62 and 5E. RGB value is (73,98,94). Sum of RGB (Red+Green+Blue) = 73+98+94=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 98 - color contains mainly: green. Hex color #49625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49625E is #B69DA1. Grayscale: #5A5A5A. Windows color (decimal): -11967906 or 6185545. OLE color: 6185545.
HSL color Cylindrical-coordinate representation of color #49625E: hue angle of 170.4º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49625E is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 98 | 94 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.62 |
| HSL | 170.4º | 0.15% | 0.34% | - |
| HSV(B) | 170.4º | 0.26% | 0.38% | - |
| XYZ | 9.14 | 10.96 | 12.22 | - |
| YUV | 90.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 94 | 0.26 | 0 | 0.04 | 0.62 | 170.4 | 0.15 | 0.34 |
| Hex | 49 | 62 | 5E | 1A | 0 | 4 | 3E | AA | F | 22 |
| Octal | 111 | 142 | 136 | 32 | 0 | 4 | 76 | 252 | 17 | 42 |
| Binary | 1001001 | 1100010 | 1011110 | 11010 | 0 | 100 | 111110 | 10101010 | 1111 | 100010 |
Color Harmonies of #49625E
Complementary color
Monochromatic Colors of #49625E
Black with #49625E
Text Example
Text Example
White with #49625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49625E; }
p { color: rgb(73,98,94); }
H1.HeaderClassName
{
color: #49625E;
}
.AnyTagClassName
{
color: #49625E;
}
</style>
background-color css
<style>
a { background-color: #49625E; }
a { background-color: rgb(73,98,94); }
div.DivClassName
{
background-color: #49625E;
}
.BgClassName
{
background-color: #49625E;
}
</style>
border-color css
<style>
span { border-color: #49625E; }
span { border-color: rgb(73,98,94); }
td.TdClassName
{
border-color: #49625E;
}
.TagClassName
{
border-color: #49625E;
}
</style>