Shades of Steel Grey #404247
Tints of Steel Grey #404247
RGB
CMYK
RGB Variations
Color information
#404247 (or 0x404247) is known color: Steel Grey. HEX triplet: 40, 42 and 47. RGB value is (64,66,71). Sum of RGB (Red+Green+Blue) = 64+66+71=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 71 - color contains mainly: blue. Hex color #404247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404247 is #BFBDB8. Grayscale: #414141. Windows color (decimal): -12565945 or 4670016. OLE color: 4670016.
HSL color Cylindrical-coordinate representation of color #404247: hue angle of 222.86º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #404247 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 66 | 71 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.72 |
| HSL | 222.86º | 0.05% | 0.26% | - |
| HSV(B) | 222.86º | 0.1% | 0.28% | - |
| XYZ | 5.2 | 5.44 | 6.74 | - |
| YUV | 65.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 71 | 0.10 | 0.07 | 0 | 0.72 | 222.86 | 0.05 | 0.26 |
| Hex | 40 | 42 | 47 | A | 7 | 0 | 48 | DF | 5 | 1A |
| Octal | 100 | 102 | 107 | 12 | 7 | 0 | 110 | 337 | 5 | 32 |
| Binary | 1000000 | 1000010 | 1000111 | 1010 | 111 | 0 | 1001000 | 11011111 | 101 | 11010 |
Color Harmonies of #404247
Complementary color
Monochromatic Colors of #404247
Black with #404247
Text Example
Text Example
White with #404247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404247; }
p { color: rgb(64,66,71); }
H1.HeaderClassName
{
color: #404247;
}
.AnyTagClassName
{
color: #404247;
}
</style>
background-color css
<style>
a { background-color: #404247; }
a { background-color: rgb(64,66,71); }
div.DivClassName
{
background-color: #404247;
}
.BgClassName
{
background-color: #404247;
}
</style>
border-color css
<style>
span { border-color: #404247; }
span { border-color: rgb(64,66,71); }
td.TdClassName
{
border-color: #404247;
}
.TagClassName
{
border-color: #404247;
}
</style>