Shades of Dark Slate Grey #29494C
Tints of Dark Slate Grey #29494C
RGB
CMYK
RGB Variations
Color information
#29494C (or 0x29494C) is known color: Dark Slate Grey. HEX triplet: 29, 49 and 4C. RGB value is (41,73,76). Sum of RGB (Red+Green+Blue) = 41+73+76=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 76 - color contains mainly: blue. Hex color #29494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29494C is #D6B6B3. Grayscale: #3F3F3F. Windows color (decimal): -14071476 or 4999465. OLE color: 4999465.
HSL color Cylindrical-coordinate representation of color #29494C: hue angle of 185.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #29494C is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 73 | 76 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.70 |
| HSL | 185.14º | 0.3% | 0.23% | - |
| HSV(B) | 185.14º | 0.46% | 0.3% | - |
| XYZ | 4.6 | 5.76 | 7.71 | - |
| YUV | 63.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 76 | 0.46 | 0.04 | 0 | 0.70 | 185.14 | 0.3 | 0.23 |
| Hex | 29 | 49 | 4C | 2E | 4 | 0 | 46 | B9 | 1E | 17 |
| Octal | 51 | 111 | 114 | 56 | 4 | 0 | 106 | 271 | 36 | 27 |
| Binary | 101001 | 1001001 | 1001100 | 101110 | 100 | 0 | 1000110 | 10111001 | 11110 | 10111 |
Color Harmonies of #29494C
Complementary color
Monochromatic Colors of #29494C
Black with #29494C
Text Example
Text Example
White with #29494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29494C; }
p { color: rgb(41,73,76); }
H1.HeaderClassName
{
color: #29494C;
}
.AnyTagClassName
{
color: #29494C;
}
</style>
background-color css
<style>
a { background-color: #29494C; }
a { background-color: rgb(41,73,76); }
div.DivClassName
{
background-color: #29494C;
}
.BgClassName
{
background-color: #29494C;
}
</style>
border-color css
<style>
span { border-color: #29494C; }
span { border-color: rgb(41,73,76); }
td.TdClassName
{
border-color: #29494C;
}
.TagClassName
{
border-color: #29494C;
}
</style>