Shades of Dark Slate Grey #284D4F
Tints of Dark Slate Grey #284D4F
RGB
CMYK
RGB Variations
Color information
#284D4F (or 0x284D4F) is known color: Dark Slate Grey. HEX triplet: 28, 4D and 4F. RGB value is (40,77,79). Sum of RGB (Red+Green+Blue) = 40+77+79=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #284D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D4F is #D7B2B0. Grayscale: #424242. Windows color (decimal): -14135985 or 5197096. OLE color: 5197096.
HSL color Cylindrical-coordinate representation of color #284D4F: hue angle of 183.08º degrees, saturation: 0.33, 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 #284D4F is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 77 | 79 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.69 |
| HSL | 183.08º | 0.33% | 0.23% | - |
| HSV(B) | 183.08º | 0.49% | 0.31% | - |
| XYZ | 4.94 | 6.32 | 8.36 | - |
| YUV | 66.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 77 | 79 | 0.49 | 0.03 | 0 | 0.69 | 183.08 | 0.33 | 0.23 |
| Hex | 28 | 4D | 4F | 31 | 3 | 0 | 45 | B7 | 21 | 17 |
| Octal | 50 | 115 | 117 | 61 | 3 | 0 | 105 | 267 | 41 | 27 |
| Binary | 101000 | 1001101 | 1001111 | 110001 | 11 | 0 | 1000101 | 10110111 | 100001 | 10111 |
Color Harmonies of #284D4F
Complementary color
Monochromatic Colors of #284D4F
Black with #284D4F
Text Example
Text Example
White with #284D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284D4F; }
p { color: rgb(40,77,79); }
H1.HeaderClassName
{
color: #284D4F;
}
.AnyTagClassName
{
color: #284D4F;
}
</style>
background-color css
<style>
a { background-color: #284D4F; }
a { background-color: rgb(40,77,79); }
div.DivClassName
{
background-color: #284D4F;
}
.BgClassName
{
background-color: #284D4F;
}
</style>
border-color css
<style>
span { border-color: #284D4F; }
span { border-color: rgb(40,77,79); }
td.TdClassName
{
border-color: #284D4F;
}
.TagClassName
{
border-color: #284D4F;
}
</style>