Shades of Dark Slate Grey #284C49
Tints of Dark Slate Grey #284C49
RGB
CMYK
RGB Variations
Color information
#284C49 (or 0x284C49) is known color: Dark Slate Grey. HEX triplet: 28, 4C and 49. RGB value is (40,76,73). Sum of RGB (Red+Green+Blue) = 40+76+73=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #284C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284C49 is #D7B3B6. Grayscale: #404040. Windows color (decimal): -14136247 or 4803624. OLE color: 4803624.
HSL color Cylindrical-coordinate representation of color #284C49: hue angle of 175º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #284C49 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 76 | 73 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.70 |
| HSL | 175º | 0.31% | 0.23% | - |
| HSV(B) | 175º | 0.47% | 0.3% | - |
| XYZ | 4.66 | 6.1 | 7.24 | - |
| YUV | 64.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 73 | 0.47 | 0 | 0.04 | 0.70 | 175 | 0.31 | 0.23 |
| Hex | 28 | 4C | 49 | 2F | 0 | 4 | 46 | AF | 1F | 17 |
| Octal | 50 | 114 | 111 | 57 | 0 | 4 | 106 | 257 | 37 | 27 |
| Binary | 101000 | 1001100 | 1001001 | 101111 | 0 | 100 | 1000110 | 10101111 | 11111 | 10111 |
Color Harmonies of #284C49
Complementary color
Monochromatic Colors of #284C49
Black with #284C49
Text Example
Text Example
White with #284C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C49; }
p { color: rgb(40,76,73); }
H1.HeaderClassName
{
color: #284C49;
}
.AnyTagClassName
{
color: #284C49;
}
</style>
background-color css
<style>
a { background-color: #284C49; }
a { background-color: rgb(40,76,73); }
div.DivClassName
{
background-color: #284C49;
}
.BgClassName
{
background-color: #284C49;
}
</style>
border-color css
<style>
span { border-color: #284C49; }
span { border-color: rgb(40,76,73); }
td.TdClassName
{
border-color: #284C49;
}
.TagClassName
{
border-color: #284C49;
}
</style>