Shades of Dark Slate Grey #284C4E
Tints of Dark Slate Grey #284C4E
RGB
CMYK
RGB Variations
Color information
#284C4E (or 0x284C4E) is known color: Dark Slate Grey. HEX triplet: 28, 4C and 4E. RGB value is (40,76,78). Sum of RGB (Red+Green+Blue) = 40+76+78=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 78 - color contains mainly: blue. Hex color #284C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C4E is #D7B3B1. Grayscale: #414141. Windows color (decimal): -14136242 or 5131304. OLE color: 5131304.
HSL color Cylindrical-coordinate representation of color #284C4E: hue angle of 183.16º 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 #284C4E is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 76 | 78 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.69 |
| HSL | 183.16º | 0.32% | 0.23% | - |
| HSV(B) | 183.16º | 0.49% | 0.31% | - |
| XYZ | 4.83 | 6.17 | 8.14 | - |
| YUV | 65.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 78 | 0.49 | 0.03 | 0 | 0.69 | 183.16 | 0.32 | 0.23 |
| Hex | 28 | 4C | 4E | 31 | 3 | 0 | 45 | B7 | 20 | 17 |
| Octal | 50 | 114 | 116 | 61 | 3 | 0 | 105 | 267 | 40 | 27 |
| Binary | 101000 | 1001100 | 1001110 | 110001 | 11 | 0 | 1000101 | 10110111 | 100000 | 10111 |
Color Harmonies of #284C4E
Complementary color
Monochromatic Colors of #284C4E
Black with #284C4E
Text Example
Text Example
White with #284C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C4E; }
p { color: rgb(40,76,78); }
H1.HeaderClassName
{
color: #284C4E;
}
.AnyTagClassName
{
color: #284C4E;
}
</style>
background-color css
<style>
a { background-color: #284C4E; }
a { background-color: rgb(40,76,78); }
div.DivClassName
{
background-color: #284C4E;
}
.BgClassName
{
background-color: #284C4E;
}
</style>
border-color css
<style>
span { border-color: #284C4E; }
span { border-color: rgb(40,76,78); }
td.TdClassName
{
border-color: #284C4E;
}
.TagClassName
{
border-color: #284C4E;
}
</style>