Shades of Dark Slate #495250
Tints of Dark Slate #495250
RGB
CMYK
RGB Variations
Color information
#495250 (or 0x495250) is known color: Dark Slate. HEX triplet: 49, 52 and 50. RGB value is (73,82,80). Sum of RGB (Red+Green+Blue) = 73+82+80=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 82 - color contains mainly: green. Hex color #495250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495250 is #B6ADAF. Grayscale: #4F4F4F. Windows color (decimal): -11972016 or 5263945. OLE color: 5263945.
HSL color Cylindrical-coordinate representation of color #495250: hue angle of 166.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #495250 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 80 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.68 |
| HSL | 166.67º | 0.06% | 0.3% | - |
| HSV(B) | 166.67º | 0.11% | 0.32% | - |
| XYZ | 7.21 | 8.03 | 8.76 | - |
| YUV | 79.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 80 | 0.11 | 0 | 0.02 | 0.68 | 166.67 | 0.06 | 0.3 |
| Hex | 49 | 52 | 50 | B | 0 | 2 | 44 | A7 | 6 | 1E |
| Octal | 111 | 122 | 120 | 13 | 0 | 2 | 104 | 247 | 6 | 36 |
| Binary | 1001001 | 1010010 | 1010000 | 1011 | 0 | 10 | 1000100 | 10100111 | 110 | 11110 |
Color Harmonies of #495250
Complementary color
Monochromatic Colors of #495250
Black with #495250
Text Example
Text Example
White with #495250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495250; }
p { color: rgb(73,82,80); }
H1.HeaderClassName
{
color: #495250;
}
.AnyTagClassName
{
color: #495250;
}
</style>
background-color css
<style>
a { background-color: #495250; }
a { background-color: rgb(73,82,80); }
div.DivClassName
{
background-color: #495250;
}
.BgClassName
{
background-color: #495250;
}
</style>
border-color css
<style>
span { border-color: #495250; }
span { border-color: rgb(73,82,80); }
td.TdClassName
{
border-color: #495250;
}
.TagClassName
{
border-color: #495250;
}
</style>