Shades of Dark Slate Grey #284546
Tints of Dark Slate Grey #284546
RGB
CMYK
RGB Variations
Color information
#284546 (or 0x284546) is known color: Dark Slate Grey. HEX triplet: 28, 45 and 46. RGB value is (40,69,70). Sum of RGB (Red+Green+Blue) = 40+69+70=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 70 - color contains mainly: blue. Hex color #284546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284546 is #D7BAB9. Grayscale: #3C3C3C. Windows color (decimal): -14138042 or 4605224. OLE color: 4605224.
HSL color Cylindrical-coordinate representation of color #284546: hue angle of 182º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #284546 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 69 | 70 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.73 |
| HSL | 182º | 0.27% | 0.22% | - |
| HSV(B) | 182º | 0.43% | 0.27% | - |
| XYZ | 4.11 | 5.15 | 6.57 | - |
| YUV | 60.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 70 | 0.43 | 0.01 | 0 | 0.73 | 182 | 0.27 | 0.22 |
| Hex | 28 | 45 | 46 | 2B | 1 | 0 | 49 | B6 | 1B | 16 |
| Octal | 50 | 105 | 106 | 53 | 1 | 0 | 111 | 266 | 33 | 26 |
| Binary | 101000 | 1000101 | 1000110 | 101011 | 1 | 0 | 1001001 | 10110110 | 11011 | 10110 |
Color Harmonies of #284546
Complementary color
Monochromatic Colors of #284546
Black with #284546
Text Example
Text Example
White with #284546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284546; }
p { color: rgb(40,69,70); }
H1.HeaderClassName
{
color: #284546;
}
.AnyTagClassName
{
color: #284546;
}
</style>
background-color css
<style>
a { background-color: #284546; }
a { background-color: rgb(40,69,70); }
div.DivClassName
{
background-color: #284546;
}
.BgClassName
{
background-color: #284546;
}
</style>
border-color css
<style>
span { border-color: #284546; }
span { border-color: rgb(40,69,70); }
td.TdClassName
{
border-color: #284546;
}
.TagClassName
{
border-color: #284546;
}
</style>