Shades of Dark Slate Grey #294C4F
Tints of Dark Slate Grey #294C4F
RGB
CMYK
RGB Variations
Color information
#294C4F (or 0x294C4F) is known color: Dark Slate Grey. HEX triplet: 29, 4C and 4F. RGB value is (41,76,79). Sum of RGB (Red+Green+Blue) = 41+76+79=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #294C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C4F is #D6B3B0. Grayscale: #414141. Windows color (decimal): -14070705 or 5196841. OLE color: 5196841.
HSL color Cylindrical-coordinate representation of color #294C4F: hue angle of 184.74º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #294C4F is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 76 | 79 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.69 |
| HSL | 184.74º | 0.32% | 0.24% | - |
| HSV(B) | 184.74º | 0.48% | 0.31% | - |
| XYZ | 4.91 | 6.2 | 8.34 | - |
| YUV | 65.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 79 | 0.48 | 0.04 | 0 | 0.69 | 184.74 | 0.32 | 0.24 |
| Hex | 29 | 4C | 4F | 30 | 4 | 0 | 45 | B9 | 20 | 18 |
| Octal | 51 | 114 | 117 | 60 | 4 | 0 | 105 | 271 | 40 | 30 |
| Binary | 101001 | 1001100 | 1001111 | 110000 | 100 | 0 | 1000101 | 10111001 | 100000 | 11000 |
Color Harmonies of #294C4F
Complementary color
Monochromatic Colors of #294C4F
Black with #294C4F
Text Example
Text Example
White with #294C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C4F; }
p { color: rgb(41,76,79); }
H1.HeaderClassName
{
color: #294C4F;
}
.AnyTagClassName
{
color: #294C4F;
}
</style>
background-color css
<style>
a { background-color: #294C4F; }
a { background-color: rgb(41,76,79); }
div.DivClassName
{
background-color: #294C4F;
}
.BgClassName
{
background-color: #294C4F;
}
</style>
border-color css
<style>
span { border-color: #294C4F; }
span { border-color: rgb(41,76,79); }
td.TdClassName
{
border-color: #294C4F;
}
.TagClassName
{
border-color: #294C4F;
}
</style>