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