Shades of Steel Grey #404145
Tints of Steel Grey #404145
RGB
CMYK
RGB Variations
Color information
#404145 (or 0x404145) is known color: Steel Grey. HEX triplet: 40, 41 and 45. RGB value is (64,65,69). Sum of RGB (Red+Green+Blue) = 64+65+69=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 69 - color contains mainly: blue. Hex color #404145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404145 is #BFBEBA. Grayscale: #414141. Windows color (decimal): -12566203 or 4538688. OLE color: 4538688.
HSL color Cylindrical-coordinate representation of color #404145: hue angle of 228º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #404145 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 65 | 69 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.73 |
| HSL | 228º | 0.04% | 0.26% | - |
| HSV(B) | 228º | 0.07% | 0.27% | - |
| XYZ | 5.08 | 5.3 | 6.39 | - |
| YUV | 65.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 69 | 0.07 | 0.06 | 0 | 0.73 | 228 | 0.04 | 0.26 |
| Hex | 40 | 41 | 45 | 7 | 6 | 0 | 49 | E4 | 4 | 1A |
| Octal | 100 | 101 | 105 | 7 | 6 | 0 | 111 | 344 | 4 | 32 |
| Binary | 1000000 | 1000001 | 1000101 | 111 | 110 | 0 | 1001001 | 11100100 | 100 | 11010 |
Color Harmonies of #404145
Complementary color
Monochromatic Colors of #404145
Black with #404145
Text Example
Text Example
White with #404145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404145; }
p { color: rgb(64,65,69); }
H1.HeaderClassName
{
color: #404145;
}
.AnyTagClassName
{
color: #404145;
}
</style>
background-color css
<style>
a { background-color: #404145; }
a { background-color: rgb(64,65,69); }
div.DivClassName
{
background-color: #404145;
}
.BgClassName
{
background-color: #404145;
}
</style>
border-color css
<style>
span { border-color: #404145; }
span { border-color: rgb(64,65,69); }
td.TdClassName
{
border-color: #404145;
}
.TagClassName
{
border-color: #404145;
}
</style>