Shades of Dark Slate #4E5352
Tints of Dark Slate #4E5352
RGB
CMYK
RGB Variations
Color information
#4E5352 (or 0x4E5352) is known color: Dark Slate. HEX triplet: 4E, 53 and 52. RGB value is (78,83,82). Sum of RGB (Red+Green+Blue) = 78+83+82=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5352 is #B1ACAD. Grayscale: #515151. Windows color (decimal): -11644078 or 5395278. OLE color: 5395278.
HSL color Cylindrical-coordinate representation of color #4E5352: hue angle of 168º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4E5352 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 82 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.67 |
| HSL | 168º | 0.03% | 0.32% | - |
| HSV(B) | 168º | 0.06% | 0.33% | - |
| XYZ | 7.76 | 8.42 | 9.2 | - |
| YUV | 81.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 82 | 0.06 | 0 | 0.01 | 0.67 | 168 | 0.03 | 0.32 |
| Hex | 4E | 53 | 52 | 6 | 0 | 1 | 43 | A8 | 3 | 20 |
| Octal | 116 | 123 | 122 | 6 | 0 | 1 | 103 | 250 | 3 | 40 |
| Binary | 1001110 | 1010011 | 1010010 | 110 | 0 | 1 | 1000011 | 10101000 | 11 | 100000 |
Color Harmonies of #4E5352
Complementary color
Monochromatic Colors of #4E5352
Black with #4E5352
Text Example
Text Example
White with #4E5352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5352; }
p { color: rgb(78,83,82); }
H1.HeaderClassName
{
color: #4E5352;
}
.AnyTagClassName
{
color: #4E5352;
}
</style>
background-color css
<style>
a { background-color: #4E5352; }
a { background-color: rgb(78,83,82); }
div.DivClassName
{
background-color: #4E5352;
}
.BgClassName
{
background-color: #4E5352;
}
</style>
border-color css
<style>
span { border-color: #4E5352; }
span { border-color: rgb(78,83,82); }
td.TdClassName
{
border-color: #4E5352;
}
.TagClassName
{
border-color: #4E5352;
}
</style>