Shades of Steel Grey #44464B
Tints of Steel Grey #44464B
RGB
CMYK
RGB Variations
Color information
#44464B (or 0x44464B) is known color: Steel Grey. HEX triplet: 44, 46 and 4B. RGB value is (68,70,75). Sum of RGB (Red+Green+Blue) = 68+70+75=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 75 - color contains mainly: blue. Hex color #44464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44464B is #BBB9B4. Grayscale: #454545. Windows color (decimal): -12302773 or 4933188. OLE color: 4933188.
HSL color Cylindrical-coordinate representation of color #44464B: hue angle of 222.86º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #44464B is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 70 | 75 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.71 |
| HSL | 222.86º | 0.05% | 0.28% | - |
| HSV(B) | 222.86º | 0.09% | 0.29% | - |
| XYZ | 5.84 | 6.12 | 7.53 | - |
| YUV | 69.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 70 | 75 | 0.09 | 0.07 | 0 | 0.71 | 222.86 | 0.05 | 0.28 |
| Hex | 44 | 46 | 4B | 9 | 7 | 0 | 47 | DF | 5 | 1C |
| Octal | 104 | 106 | 113 | 11 | 7 | 0 | 107 | 337 | 5 | 34 |
| Binary | 1000100 | 1000110 | 1001011 | 1001 | 111 | 0 | 1000111 | 11011111 | 101 | 11100 |
Color Harmonies of #44464B
Complementary color
Monochromatic Colors of #44464B
Black with #44464B
Text Example
Text Example
White with #44464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44464B; }
p { color: rgb(68,70,75); }
H1.HeaderClassName
{
color: #44464B;
}
.AnyTagClassName
{
color: #44464B;
}
</style>
background-color css
<style>
a { background-color: #44464B; }
a { background-color: rgb(68,70,75); }
div.DivClassName
{
background-color: #44464B;
}
.BgClassName
{
background-color: #44464B;
}
</style>
border-color css
<style>
span { border-color: #44464B; }
span { border-color: rgb(68,70,75); }
td.TdClassName
{
border-color: #44464B;
}
.TagClassName
{
border-color: #44464B;
}
</style>