Shades of Dark Slate Grey #28494A
Tints of Dark Slate Grey #28494A
RGB
CMYK
RGB Variations
Color information
#28494A (or 0x28494A) is known color: Dark Slate Grey. HEX triplet: 28, 49 and 4A. RGB value is (40,73,74). Sum of RGB (Red+Green+Blue) = 40+73+74=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 74 - color contains mainly: blue. Hex color #28494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28494A is #D7B6B5. Grayscale: #3F3F3F. Windows color (decimal): -14137014 or 4868392. OLE color: 4868392.
HSL color Cylindrical-coordinate representation of color #28494A: hue angle of 181.76º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #28494A is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 73 | 74 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.71 |
| HSL | 181.76º | 0.3% | 0.22% | - |
| HSV(B) | 181.76º | 0.46% | 0.29% | - |
| XYZ | 4.49 | 5.71 | 7.34 | - |
| YUV | 63.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 74 | 0.46 | 0.01 | 0 | 0.71 | 181.76 | 0.3 | 0.22 |
| Hex | 28 | 49 | 4A | 2E | 1 | 0 | 47 | B6 | 1E | 16 |
| Octal | 50 | 111 | 112 | 56 | 1 | 0 | 107 | 266 | 36 | 26 |
| Binary | 101000 | 1001001 | 1001010 | 101110 | 1 | 0 | 1000111 | 10110110 | 11110 | 10110 |
Color Harmonies of #28494A
Complementary color
Monochromatic Colors of #28494A
Black with #28494A
Text Example
Text Example
White with #28494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28494A; }
p { color: rgb(40,73,74); }
H1.HeaderClassName
{
color: #28494A;
}
.AnyTagClassName
{
color: #28494A;
}
</style>
background-color css
<style>
a { background-color: #28494A; }
a { background-color: rgb(40,73,74); }
div.DivClassName
{
background-color: #28494A;
}
.BgClassName
{
background-color: #28494A;
}
</style>
border-color css
<style>
span { border-color: #28494A; }
span { border-color: rgb(40,73,74); }
td.TdClassName
{
border-color: #28494A;
}
.TagClassName
{
border-color: #28494A;
}
</style>