Shades of Dark Slate #44615D
Tints of Dark Slate #44615D
RGB
CMYK
RGB Variations
Color information
#44615D (or 0x44615D) is known color: Dark Slate. HEX triplet: 44, 61 and 5D. RGB value is (68,97,93). Sum of RGB (Red+Green+Blue) = 68+97+93=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #44615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44615D is #BB9EA2. Grayscale: #575757. Windows color (decimal): -12295843 or 6119748. OLE color: 6119748.
HSL color Cylindrical-coordinate representation of color #44615D: hue angle of 171.72º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #44615D is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 97 | 93 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.62 |
| HSL | 171.72º | 0.18% | 0.32% | - |
| HSV(B) | 171.72º | 0.3% | 0.38% | - |
| XYZ | 8.63 | 10.57 | 11.94 | - |
| YUV | 87.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 93 | 0.30 | 0 | 0.04 | 0.62 | 171.72 | 0.18 | 0.32 |
| Hex | 44 | 61 | 5D | 1E | 0 | 4 | 3E | AC | 12 | 20 |
| Octal | 104 | 141 | 135 | 36 | 0 | 4 | 76 | 254 | 22 | 40 |
| Binary | 1000100 | 1100001 | 1011101 | 11110 | 0 | 100 | 111110 | 10101100 | 10010 | 100000 |
Color Harmonies of #44615D
Complementary color
Monochromatic Colors of #44615D
Black with #44615D
Text Example
Text Example
White with #44615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44615D; }
p { color: rgb(68,97,93); }
H1.HeaderClassName
{
color: #44615D;
}
.AnyTagClassName
{
color: #44615D;
}
</style>
background-color css
<style>
a { background-color: #44615D; }
a { background-color: rgb(68,97,93); }
div.DivClassName
{
background-color: #44615D;
}
.BgClassName
{
background-color: #44615D;
}
</style>
border-color css
<style>
span { border-color: #44615D; }
span { border-color: rgb(68,97,93); }
td.TdClassName
{
border-color: #44615D;
}
.TagClassName
{
border-color: #44615D;
}
</style>