Shades of Dark Slate Grey #284C4D
Tints of Dark Slate Grey #284C4D
RGB
CMYK
RGB Variations
Color information
#284C4D (or 0x284C4D) is known color: Dark Slate Grey. HEX triplet: 28, 4C and 4D. RGB value is (40,76,77). Sum of RGB (Red+Green+Blue) = 40+76+77=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #284C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C4D is #D7B3B2. Grayscale: #414141. Windows color (decimal): -14136243 or 5065768. OLE color: 5065768.
HSL color Cylindrical-coordinate representation of color #284C4D: hue angle of 181.62º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #284C4D is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 76 | 77 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.70 |
| HSL | 181.62º | 0.32% | 0.23% | - |
| HSV(B) | 181.62º | 0.48% | 0.3% | - |
| XYZ | 4.8 | 6.16 | 7.96 | - |
| YUV | 65.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 77 | 0.48 | 0.01 | 0 | 0.70 | 181.62 | 0.32 | 0.23 |
| Hex | 28 | 4C | 4D | 30 | 1 | 0 | 46 | B6 | 20 | 17 |
| Octal | 50 | 114 | 115 | 60 | 1 | 0 | 106 | 266 | 40 | 27 |
| Binary | 101000 | 1001100 | 1001101 | 110000 | 1 | 0 | 1000110 | 10110110 | 100000 | 10111 |
Color Harmonies of #284C4D
Complementary color
Monochromatic Colors of #284C4D
Black with #284C4D
Text Example
Text Example
White with #284C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C4D; }
p { color: rgb(40,76,77); }
H1.HeaderClassName
{
color: #284C4D;
}
.AnyTagClassName
{
color: #284C4D;
}
</style>
background-color css
<style>
a { background-color: #284C4D; }
a { background-color: rgb(40,76,77); }
div.DivClassName
{
background-color: #284C4D;
}
.BgClassName
{
background-color: #284C4D;
}
</style>
border-color css
<style>
span { border-color: #284C4D; }
span { border-color: rgb(40,76,77); }
td.TdClassName
{
border-color: #284C4D;
}
.TagClassName
{
border-color: #284C4D;
}
</style>