Shades of Dark Slate Grey #284E4D
Tints of Dark Slate Grey #284E4D
RGB
CMYK
RGB Variations
Color information
#284E4D (or 0x284E4D) is known color: Dark Slate Grey. HEX triplet: 28, 4E and 4D. RGB value is (40,78,77). Sum of RGB (Red+Green+Blue) = 40+78+77=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 78 - color contains mainly: green. Hex color #284E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E4D is #D7B1B2. Grayscale: #424242. Windows color (decimal): -14135731 or 5066280. OLE color: 5066280.
HSL color Cylindrical-coordinate representation of color #284E4D: hue angle of 178.42º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #284E4D is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 78 | 77 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.69 |
| HSL | 178.42º | 0.32% | 0.23% | - |
| HSV(B) | 178.42º | 0.49% | 0.31% | - |
| XYZ | 4.94 | 6.44 | 8 | - |
| YUV | 66.52 | 133.91 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 77 | 0.49 | 0 | 0.01 | 0.69 | 178.42 | 0.32 | 0.23 |
| Hex | 28 | 4E | 4D | 31 | 0 | 1 | 45 | B2 | 20 | 17 |
| Octal | 50 | 116 | 115 | 61 | 0 | 1 | 105 | 262 | 40 | 27 |
| Binary | 101000 | 1001110 | 1001101 | 110001 | 0 | 1 | 1000101 | 10110010 | 100000 | 10111 |
Color Harmonies of #284E4D
Complementary color
Monochromatic Colors of #284E4D
Black with #284E4D
Text Example
Text Example
White with #284E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E4D; }
p { color: rgb(40,78,77); }
H1.HeaderClassName
{
color: #284E4D;
}
.AnyTagClassName
{
color: #284E4D;
}
</style>
background-color css
<style>
a { background-color: #284E4D; }
a { background-color: rgb(40,78,77); }
div.DivClassName
{
background-color: #284E4D;
}
.BgClassName
{
background-color: #284E4D;
}
</style>
border-color css
<style>
span { border-color: #284E4D; }
span { border-color: rgb(40,78,77); }
td.TdClassName
{
border-color: #284E4D;
}
.TagClassName
{
border-color: #284E4D;
}
</style>