Shades of Dark Slate #444C4B
Tints of Dark Slate #444C4B
RGB
CMYK
RGB Variations
Color information
#444C4B (or 0x444C4B) is known color: Dark Slate. HEX triplet: 44, 4C and 4B. RGB value is (68,76,75). Sum of RGB (Red+Green+Blue) = 68+76+75=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 76 - color contains mainly: green. Hex color #444C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444C4B is #BBB3B4. Grayscale: #494949. Windows color (decimal): -12301237 or 4934724. OLE color: 4934724.
HSL color Cylindrical-coordinate representation of color #444C4B: hue angle of 172.5º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #444C4B is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 76 | 75 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.70 |
| HSL | 172.5º | 0.06% | 0.28% | - |
| HSV(B) | 172.5º | 0.11% | 0.3% | - |
| XYZ | 6.24 | 6.91 | 7.66 | - |
| YUV | 73.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 75 | 0.11 | 0 | 0.01 | 0.70 | 172.5 | 0.06 | 0.28 |
| Hex | 44 | 4C | 4B | B | 0 | 1 | 46 | AC | 6 | 1C |
| Octal | 104 | 114 | 113 | 13 | 0 | 1 | 106 | 254 | 6 | 34 |
| Binary | 1000100 | 1001100 | 1001011 | 1011 | 0 | 1 | 1000110 | 10101100 | 110 | 11100 |
Color Harmonies of #444C4B
Complementary color
Monochromatic Colors of #444C4B
Black with #444C4B
Text Example
Text Example
White with #444C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C4B; }
p { color: rgb(68,76,75); }
H1.HeaderClassName
{
color: #444C4B;
}
.AnyTagClassName
{
color: #444C4B;
}
</style>
background-color css
<style>
a { background-color: #444C4B; }
a { background-color: rgb(68,76,75); }
div.DivClassName
{
background-color: #444C4B;
}
.BgClassName
{
background-color: #444C4B;
}
</style>
border-color css
<style>
span { border-color: #444C4B; }
span { border-color: rgb(68,76,75); }
td.TdClassName
{
border-color: #444C4B;
}
.TagClassName
{
border-color: #444C4B;
}
</style>