Shades of Dark Slate #444F4D
Tints of Dark Slate #444F4D
RGB
CMYK
RGB Variations
Color information
#444F4D (or 0x444F4D) is known color: Dark Slate. HEX triplet: 44, 4F and 4D. RGB value is (68,79,77). Sum of RGB (Red+Green+Blue) = 68+79+77=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 79 - color contains mainly: green. Hex color #444F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F4D is #BBB0B2. Grayscale: #4B4B4B. Windows color (decimal): -12300467 or 5066564. OLE color: 5066564.
HSL color Cylindrical-coordinate representation of color #444F4D: hue angle of 169.09º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #444F4D is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 77 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.69 |
| HSL | 169.09º | 0.07% | 0.29% | - |
| HSV(B) | 169.09º | 0.14% | 0.31% | - |
| XYZ | 6.52 | 7.36 | 8.1 | - |
| YUV | 75.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 77 | 0.14 | 0 | 0.03 | 0.69 | 169.09 | 0.07 | 0.29 |
| Hex | 44 | 4F | 4D | E | 0 | 3 | 45 | A9 | 7 | 1D |
| Octal | 104 | 117 | 115 | 16 | 0 | 3 | 105 | 251 | 7 | 35 |
| Binary | 1000100 | 1001111 | 1001101 | 1110 | 0 | 11 | 1000101 | 10101001 | 111 | 11101 |
Color Harmonies of #444F4D
Complementary color
Monochromatic Colors of #444F4D
Black with #444F4D
Text Example
Text Example
White with #444F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F4D; }
p { color: rgb(68,79,77); }
H1.HeaderClassName
{
color: #444F4D;
}
.AnyTagClassName
{
color: #444F4D;
}
</style>
background-color css
<style>
a { background-color: #444F4D; }
a { background-color: rgb(68,79,77); }
div.DivClassName
{
background-color: #444F4D;
}
.BgClassName
{
background-color: #444F4D;
}
</style>
border-color css
<style>
span { border-color: #444F4D; }
span { border-color: rgb(68,79,77); }
td.TdClassName
{
border-color: #444F4D;
}
.TagClassName
{
border-color: #444F4D;
}
</style>