Shades of Dark Slate #44504E
Tints of Dark Slate #44504E
RGB
CMYK
RGB Variations
Color information
#44504E (or 0x44504E) is known color: Dark Slate. HEX triplet: 44, 50 and 4E. RGB value is (68,80,78). Sum of RGB (Red+Green+Blue) = 68+80+78=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 80 - color contains mainly: green. Hex color #44504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44504E is #BBAFB1. Grayscale: #4C4C4C. Windows color (decimal): -12300210 or 5132356. OLE color: 5132356.
HSL color Cylindrical-coordinate representation of color #44504E: hue angle of 170º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #44504E is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 80 | 78 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.69 |
| HSL | 170º | 0.08% | 0.29% | - |
| HSV(B) | 170º | 0.15% | 0.31% | - |
| XYZ | 6.63 | 7.52 | 8.31 | - |
| YUV | 76.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 78 | 0.15 | 0 | 0.02 | 0.69 | 170 | 0.08 | 0.29 |
| Hex | 44 | 50 | 4E | F | 0 | 2 | 45 | AA | 8 | 1D |
| Octal | 104 | 120 | 116 | 17 | 0 | 2 | 105 | 252 | 10 | 35 |
| Binary | 1000100 | 1010000 | 1001110 | 1111 | 0 | 10 | 1000101 | 10101010 | 1000 | 11101 |
Color Harmonies of #44504E
Complementary color
Monochromatic Colors of #44504E
Black with #44504E
Text Example
Text Example
White with #44504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44504E; }
p { color: rgb(68,80,78); }
H1.HeaderClassName
{
color: #44504E;
}
.AnyTagClassName
{
color: #44504E;
}
</style>
background-color css
<style>
a { background-color: #44504E; }
a { background-color: rgb(68,80,78); }
div.DivClassName
{
background-color: #44504E;
}
.BgClassName
{
background-color: #44504E;
}
</style>
border-color css
<style>
span { border-color: #44504E; }
span { border-color: rgb(68,80,78); }
td.TdClassName
{
border-color: #44504E;
}
.TagClassName
{
border-color: #44504E;
}
</style>