Shades of Dark Slate #495351
Tints of Dark Slate #495351
RGB
CMYK
RGB Variations
Color information
#495351 (or 0x495351) is known color: Dark Slate. HEX triplet: 49, 53 and 51. RGB value is (73,83,81). Sum of RGB (Red+Green+Blue) = 73+83+81=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 83 - color contains mainly: green. Hex color #495351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495351 is #B6ACAE. Grayscale: #4F4F4F. Windows color (decimal): -11971759 or 5329737. OLE color: 5329737.
HSL color Cylindrical-coordinate representation of color #495351: hue angle of 168º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #495351 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 81 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.67 |
| HSL | 168º | 0.06% | 0.31% | - |
| HSV(B) | 168º | 0.12% | 0.33% | - |
| XYZ | 7.33 | 8.2 | 8.98 | - |
| YUV | 79.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 81 | 0.12 | 0 | 0.02 | 0.67 | 168 | 0.06 | 0.31 |
| Hex | 49 | 53 | 51 | C | 0 | 2 | 43 | A8 | 6 | 1F |
| Octal | 111 | 123 | 121 | 14 | 0 | 2 | 103 | 250 | 6 | 37 |
| Binary | 1001001 | 1010011 | 1010001 | 1100 | 0 | 10 | 1000011 | 10101000 | 110 | 11111 |
Color Harmonies of #495351
Complementary color
Monochromatic Colors of #495351
Black with #495351
Text Example
Text Example
White with #495351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495351; }
p { color: rgb(73,83,81); }
H1.HeaderClassName
{
color: #495351;
}
.AnyTagClassName
{
color: #495351;
}
</style>
background-color css
<style>
a { background-color: #495351; }
a { background-color: rgb(73,83,81); }
div.DivClassName
{
background-color: #495351;
}
.BgClassName
{
background-color: #495351;
}
</style>
border-color css
<style>
span { border-color: #495351; }
span { border-color: rgb(73,83,81); }
td.TdClassName
{
border-color: #495351;
}
.TagClassName
{
border-color: #495351;
}
</style>