Shades of Dark Slate Grey #294B4E
Tints of Dark Slate Grey #294B4E
RGB
CMYK
RGB Variations
Color information
#294B4E (or 0x294B4E) is known color: Dark Slate Grey. HEX triplet: 29, 4B and 4E. RGB value is (41,75,78). Sum of RGB (Red+Green+Blue) = 41+75+78=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 78 - color contains mainly: blue. Hex color #294B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B4E is #D6B4B1. Grayscale: #414141. Windows color (decimal): -14070962 or 5131049. OLE color: 5131049.
HSL color Cylindrical-coordinate representation of color #294B4E: hue angle of 184.86º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294B4E is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 75 | 78 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.69 |
| HSL | 184.86º | 0.31% | 0.23% | - |
| HSV(B) | 184.86º | 0.47% | 0.31% | - |
| XYZ | 4.81 | 6.05 | 8.12 | - |
| YUV | 65.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 78 | 0.47 | 0.04 | 0 | 0.69 | 184.86 | 0.31 | 0.23 |
| Hex | 29 | 4B | 4E | 2F | 4 | 0 | 45 | B9 | 1F | 17 |
| Octal | 51 | 113 | 116 | 57 | 4 | 0 | 105 | 271 | 37 | 27 |
| Binary | 101001 | 1001011 | 1001110 | 101111 | 100 | 0 | 1000101 | 10111001 | 11111 | 10111 |
Color Harmonies of #294B4E
Complementary color
Monochromatic Colors of #294B4E
Black with #294B4E
Text Example
Text Example
White with #294B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294B4E; }
p { color: rgb(41,75,78); }
H1.HeaderClassName
{
color: #294B4E;
}
.AnyTagClassName
{
color: #294B4E;
}
</style>
background-color css
<style>
a { background-color: #294B4E; }
a { background-color: rgb(41,75,78); }
div.DivClassName
{
background-color: #294B4E;
}
.BgClassName
{
background-color: #294B4E;
}
</style>
border-color css
<style>
span { border-color: #294B4E; }
span { border-color: rgb(41,75,78); }
td.TdClassName
{
border-color: #294B4E;
}
.TagClassName
{
border-color: #294B4E;
}
</style>