Shades of Steel Grey #40444B
Tints of Steel Grey #40444B
RGB
CMYK
RGB Variations
Color information
#40444B (or 0x40444B) is known color: Steel Grey. HEX triplet: 40, 44 and 4B. RGB value is (64,68,75). Sum of RGB (Red+Green+Blue) = 64+68+75=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 75 - color contains mainly: blue. Hex color #40444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40444B is #BFBBB4. Grayscale: #434343. Windows color (decimal): -12565429 or 4932672. OLE color: 4932672.
HSL color Cylindrical-coordinate representation of color #40444B: hue angle of 218.18º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #40444B is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 68 | 75 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.71 |
| HSL | 218.18º | 0.08% | 0.27% | - |
| HSV(B) | 218.18º | 0.15% | 0.29% | - |
| XYZ | 5.45 | 5.73 | 7.48 | - |
| YUV | 67.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 75 | 0.15 | 0.09 | 0 | 0.71 | 218.18 | 0.08 | 0.27 |
| Hex | 40 | 44 | 4B | F | 9 | 0 | 47 | DA | 8 | 1B |
| Octal | 100 | 104 | 113 | 17 | 11 | 0 | 107 | 332 | 10 | 33 |
| Binary | 1000000 | 1000100 | 1001011 | 1111 | 1001 | 0 | 1000111 | 11011010 | 1000 | 11011 |
Color Harmonies of #40444B
Complementary color
Monochromatic Colors of #40444B
Black with #40444B
Text Example
Text Example
White with #40444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40444B; }
p { color: rgb(64,68,75); }
H1.HeaderClassName
{
color: #40444B;
}
.AnyTagClassName
{
color: #40444B;
}
</style>
background-color css
<style>
a { background-color: #40444B; }
a { background-color: rgb(64,68,75); }
div.DivClassName
{
background-color: #40444B;
}
.BgClassName
{
background-color: #40444B;
}
</style>
border-color css
<style>
span { border-color: #40444B; }
span { border-color: rgb(64,68,75); }
td.TdClassName
{
border-color: #40444B;
}
.TagClassName
{
border-color: #40444B;
}
</style>