Shades of Dark Slate #444848
Tints of Dark Slate #444848
RGB
CMYK
RGB Variations
Color information
#444848 (or 0x444848) is known color: Dark Slate. HEX triplet: 44, 48 and 48. RGB value is (68,72,72). Sum of RGB (Red+Green+Blue) = 68+72+72=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #444848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444848 is #BBB7B7. Grayscale: #464646. Windows color (decimal): -12302264 or 4737092. OLE color: 4737092.
HSL color Cylindrical-coordinate representation of color #444848: hue angle of 180º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #444848 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 72 | 72 | - |
| CMYK | 0.06 | 0 | 0 | 0.72 |
| HSL | 180º | 0.03% | 0.27% | - |
| HSV(B) | 180º | 0.06% | 0.28% | - |
| XYZ | 5.87 | 6.33 | 7.04 | - |
| YUV | 70.8 | 128.67 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 72 | 0.06 | 0 | 0 | 0.72 | 180 | 0.03 | 0.27 |
| Hex | 44 | 48 | 48 | 6 | 0 | 0 | 48 | B4 | 3 | 1B |
| Octal | 104 | 110 | 110 | 6 | 0 | 0 | 110 | 264 | 3 | 33 |
| Binary | 1000100 | 1001000 | 1001000 | 110 | 0 | 0 | 1001000 | 10110100 | 11 | 11011 |
Color Harmonies of #444848
Complementary color
Monochromatic Colors of #444848
Black with #444848
Text Example
Text Example
White with #444848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444848; }
p { color: rgb(68,72,72); }
H1.HeaderClassName
{
color: #444848;
}
.AnyTagClassName
{
color: #444848;
}
</style>
background-color css
<style>
a { background-color: #444848; }
a { background-color: rgb(68,72,72); }
div.DivClassName
{
background-color: #444848;
}
.BgClassName
{
background-color: #444848;
}
</style>
border-color css
<style>
span { border-color: #444848; }
span { border-color: rgb(68,72,72); }
td.TdClassName
{
border-color: #444848;
}
.TagClassName
{
border-color: #444848;
}
</style>