Shades of Dark Slate Grey #294A4B
Tints of Dark Slate Grey #294A4B
RGB
CMYK
RGB Variations
Color information
#294A4B (or 0x294A4B) is known color: Dark Slate Grey. HEX triplet: 29, 4A and 4B. RGB value is (41,74,75). Sum of RGB (Red+Green+Blue) = 41+74+75=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 75 - color contains mainly: blue. Hex color #294A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A4B is #D6B5B4. Grayscale: #404040. Windows color (decimal): -14071221 or 4934185. OLE color: 4934185.
HSL color Cylindrical-coordinate representation of color #294A4B: hue angle of 181.76º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294A4B is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 74 | 75 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.71 |
| HSL | 181.76º | 0.29% | 0.23% | - |
| HSV(B) | 181.76º | 0.45% | 0.29% | - |
| XYZ | 4.63 | 5.88 | 7.55 | - |
| YUV | 64.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 75 | 0.45 | 0.01 | 0 | 0.71 | 181.76 | 0.29 | 0.23 |
| Hex | 29 | 4A | 4B | 2D | 1 | 0 | 47 | B6 | 1D | 17 |
| Octal | 51 | 112 | 113 | 55 | 1 | 0 | 107 | 266 | 35 | 27 |
| Binary | 101001 | 1001010 | 1001011 | 101101 | 1 | 0 | 1000111 | 10110110 | 11101 | 10111 |
Color Harmonies of #294A4B
Complementary color
Monochromatic Colors of #294A4B
Black with #294A4B
Text Example
Text Example
White with #294A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A4B; }
p { color: rgb(41,74,75); }
H1.HeaderClassName
{
color: #294A4B;
}
.AnyTagClassName
{
color: #294A4B;
}
</style>
background-color css
<style>
a { background-color: #294A4B; }
a { background-color: rgb(41,74,75); }
div.DivClassName
{
background-color: #294A4B;
}
.BgClassName
{
background-color: #294A4B;
}
</style>
border-color css
<style>
span { border-color: #294A4B; }
span { border-color: rgb(41,74,75); }
td.TdClassName
{
border-color: #294A4B;
}
.TagClassName
{
border-color: #294A4B;
}
</style>