Shades of Steel Grey #444549
Tints of Steel Grey #444549
RGB
CMYK
RGB Variations
Color information
#444549 (or 0x444549) is known color: Steel Grey. HEX triplet: 44, 45 and 49. RGB value is (68,69,73). Sum of RGB (Red+Green+Blue) = 68+69+73=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 73 - color contains mainly: blue. Hex color #444549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444549 is #BBBAB6. Grayscale: #454545. Windows color (decimal): -12303031 or 4801860. OLE color: 4801860.
HSL color Cylindrical-coordinate representation of color #444549: hue angle of 228º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #444549 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 69 | 73 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.71 |
| HSL | 228º | 0.04% | 0.28% | - |
| HSV(B) | 228º | 0.07% | 0.29% | - |
| XYZ | 5.71 | 5.97 | 7.15 | - |
| YUV | 69.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 69 | 73 | 0.07 | 0.05 | 0 | 0.71 | 228 | 0.04 | 0.28 |
| Hex | 44 | 45 | 49 | 7 | 5 | 0 | 47 | E4 | 4 | 1C |
| Octal | 104 | 105 | 111 | 7 | 5 | 0 | 107 | 344 | 4 | 34 |
| Binary | 1000100 | 1000101 | 1001001 | 111 | 101 | 0 | 1000111 | 11100100 | 100 | 11100 |
Color Harmonies of #444549
Complementary color
Monochromatic Colors of #444549
Black with #444549
Text Example
Text Example
White with #444549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444549; }
p { color: rgb(68,69,73); }
H1.HeaderClassName
{
color: #444549;
}
.AnyTagClassName
{
color: #444549;
}
</style>
background-color css
<style>
a { background-color: #444549; }
a { background-color: rgb(68,69,73); }
div.DivClassName
{
background-color: #444549;
}
.BgClassName
{
background-color: #444549;
}
</style>
border-color css
<style>
span { border-color: #444549; }
span { border-color: rgb(68,69,73); }
td.TdClassName
{
border-color: #444549;
}
.TagClassName
{
border-color: #444549;
}
</style>