Shades of Dark Slate Grey #2E494A
Tints of Dark Slate Grey #2E494A
RGB
CMYK
RGB Variations
Color information
#2E494A (or 0x2E494A) is known color: Dark Slate Grey. HEX triplet: 2E, 49 and 4A. RGB value is (46,73,74). Sum of RGB (Red+Green+Blue) = 46+73+74=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E494A is #D1B6B5. Grayscale: #414141. Windows color (decimal): -13743798 or 4868398. OLE color: 4868398.
HSL color Cylindrical-coordinate representation of color #2E494A: hue angle of 182.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E494A is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 73 | 74 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.71 |
| HSL | 182.14º | 0.23% | 0.24% | - |
| HSV(B) | 182.14º | 0.38% | 0.29% | - |
| XYZ | 4.75 | 5.84 | 7.36 | - |
| YUV | 65.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 74 | 0.38 | 0.01 | 0 | 0.71 | 182.14 | 0.23 | 0.24 |
| Hex | 2E | 49 | 4A | 26 | 1 | 0 | 47 | B6 | 17 | 18 |
| Octal | 56 | 111 | 112 | 46 | 1 | 0 | 107 | 266 | 27 | 30 |
| Binary | 101110 | 1001001 | 1001010 | 100110 | 1 | 0 | 1000111 | 10110110 | 10111 | 11000 |
Color Harmonies of #2E494A
Complementary color
Monochromatic Colors of #2E494A
Black with #2E494A
Text Example
Text Example
White with #2E494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E494A; }
p { color: rgb(46,73,74); }
H1.HeaderClassName
{
color: #2E494A;
}
.AnyTagClassName
{
color: #2E494A;
}
</style>
background-color css
<style>
a { background-color: #2E494A; }
a { background-color: rgb(46,73,74); }
div.DivClassName
{
background-color: #2E494A;
}
.BgClassName
{
background-color: #2E494A;
}
</style>
border-color css
<style>
span { border-color: #2E494A; }
span { border-color: rgb(46,73,74); }
td.TdClassName
{
border-color: #2E494A;
}
.TagClassName
{
border-color: #2E494A;
}
</style>