Shades of Dark Slate Grey #284E4B
Tints of Dark Slate Grey #284E4B
RGB
CMYK
RGB Variations
Color information
#284E4B (or 0x284E4B) is known color: Dark Slate Grey. HEX triplet: 28, 4E and 4B. RGB value is (40,78,75). Sum of RGB (Red+Green+Blue) = 40+78+75=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 78 - color contains mainly: green. Hex color #284E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284E4B is #D7B1B4. Grayscale: #424242. Windows color (decimal): -14135733 or 4935208. OLE color: 4935208.
HSL color Cylindrical-coordinate representation of color #284E4B: hue angle of 175.26º 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 #284E4B is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 78 | 75 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.69 |
| HSL | 175.26º | 0.32% | 0.23% | - |
| HSV(B) | 175.26º | 0.49% | 0.31% | - |
| XYZ | 4.87 | 6.41 | 7.64 | - |
| YUV | 66.3 | 132.91 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 75 | 0.49 | 0 | 0.04 | 0.69 | 175.26 | 0.32 | 0.23 |
| Hex | 28 | 4E | 4B | 31 | 0 | 4 | 45 | AF | 20 | 17 |
| Octal | 50 | 116 | 113 | 61 | 0 | 4 | 105 | 257 | 40 | 27 |
| Binary | 101000 | 1001110 | 1001011 | 110001 | 0 | 100 | 1000101 | 10101111 | 100000 | 10111 |
Color Harmonies of #284E4B
Complementary color
Monochromatic Colors of #284E4B
Black with #284E4B
Text Example
Text Example
White with #284E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E4B; }
p { color: rgb(40,78,75); }
H1.HeaderClassName
{
color: #284E4B;
}
.AnyTagClassName
{
color: #284E4B;
}
</style>
background-color css
<style>
a { background-color: #284E4B; }
a { background-color: rgb(40,78,75); }
div.DivClassName
{
background-color: #284E4B;
}
.BgClassName
{
background-color: #284E4B;
}
</style>
border-color css
<style>
span { border-color: #284E4B; }
span { border-color: rgb(40,78,75); }
td.TdClassName
{
border-color: #284E4B;
}
.TagClassName
{
border-color: #284E4B;
}
</style>