Shades of Dark Slate Grey #284A4E
Tints of Dark Slate Grey #284A4E
RGB
CMYK
RGB Variations
Color information
#284A4E (or 0x284A4E) is known color: Dark Slate Grey. HEX triplet: 28, 4A and 4E. RGB value is (40,74,78). Sum of RGB (Red+Green+Blue) = 40+74+78=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 78 - color contains mainly: blue. Hex color #284A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A4E is #D7B5B1. Grayscale: #404040. Windows color (decimal): -14136754 or 5130792. OLE color: 5130792.
HSL color Cylindrical-coordinate representation of color #284A4E: hue angle of 186.32º 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 #284A4E is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 74 | 78 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.69 |
| HSL | 186.32º | 0.32% | 0.23% | - |
| HSV(B) | 186.32º | 0.49% | 0.31% | - |
| XYZ | 4.7 | 5.9 | 8.1 | - |
| YUV | 64.29 | 135.74 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 78 | 0.49 | 0.05 | 0 | 0.69 | 186.32 | 0.32 | 0.23 |
| Hex | 28 | 4A | 4E | 31 | 5 | 0 | 45 | BA | 20 | 17 |
| Octal | 50 | 112 | 116 | 61 | 5 | 0 | 105 | 272 | 40 | 27 |
| Binary | 101000 | 1001010 | 1001110 | 110001 | 101 | 0 | 1000101 | 10111010 | 100000 | 10111 |
Color Harmonies of #284A4E
Complementary color
Monochromatic Colors of #284A4E
Black with #284A4E
Text Example
Text Example
White with #284A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A4E; }
p { color: rgb(40,74,78); }
H1.HeaderClassName
{
color: #284A4E;
}
.AnyTagClassName
{
color: #284A4E;
}
</style>
background-color css
<style>
a { background-color: #284A4E; }
a { background-color: rgb(40,74,78); }
div.DivClassName
{
background-color: #284A4E;
}
.BgClassName
{
background-color: #284A4E;
}
</style>
border-color css
<style>
span { border-color: #284A4E; }
span { border-color: rgb(40,74,78); }
td.TdClassName
{
border-color: #284A4E;
}
.TagClassName
{
border-color: #284A4E;
}
</style>