Shades of Dark Slate Grey #28494C
Tints of Dark Slate Grey #28494C
RGB
CMYK
RGB Variations
Color information
#28494C (or 0x28494C) is known color: Dark Slate Grey. HEX triplet: 28, 49 and 4C. RGB value is (40,73,76). Sum of RGB (Red+Green+Blue) = 40+73+76=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 76 - color contains mainly: blue. Hex color #28494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28494C is #D7B6B3. Grayscale: #3F3F3F. Windows color (decimal): -14137012 or 4999464. OLE color: 4999464.
HSL color Cylindrical-coordinate representation of color #28494C: hue angle of 185º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28494C is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 73 | 76 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.70 |
| HSL | 185º | 0.31% | 0.23% | - |
| HSV(B) | 185º | 0.47% | 0.3% | - |
| XYZ | 4.56 | 5.74 | 7.7 | - |
| YUV | 63.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 76 | 0.47 | 0.04 | 0 | 0.70 | 185 | 0.31 | 0.23 |
| Hex | 28 | 49 | 4C | 2F | 4 | 0 | 46 | B9 | 1F | 17 |
| Octal | 50 | 111 | 114 | 57 | 4 | 0 | 106 | 271 | 37 | 27 |
| Binary | 101000 | 1001001 | 1001100 | 101111 | 100 | 0 | 1000110 | 10111001 | 11111 | 10111 |
Color Harmonies of #28494C
Complementary color
Monochromatic Colors of #28494C
Black with #28494C
Text Example
Text Example
White with #28494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28494C; }
p { color: rgb(40,73,76); }
H1.HeaderClassName
{
color: #28494C;
}
.AnyTagClassName
{
color: #28494C;
}
</style>
background-color css
<style>
a { background-color: #28494C; }
a { background-color: rgb(40,73,76); }
div.DivClassName
{
background-color: #28494C;
}
.BgClassName
{
background-color: #28494C;
}
</style>
border-color css
<style>
span { border-color: #28494C; }
span { border-color: rgb(40,73,76); }
td.TdClassName
{
border-color: #28494C;
}
.TagClassName
{
border-color: #28494C;
}
</style>