Shades of Steel Grey #404143
Tints of Steel Grey #404143
RGB
CMYK
RGB Variations
Color information
#404143 (or 0x404143) is known color: Steel Grey. HEX triplet: 40, 41 and 43. RGB value is (64,65,67). Sum of RGB (Red+Green+Blue) = 64+65+67=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 67 - color contains mainly: blue. Hex color #404143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404143 is #BFBEBC. Grayscale: #404040. Windows color (decimal): -12566205 or 4407616. OLE color: 4407616.
HSL color Cylindrical-coordinate representation of color #404143: hue angle of 220º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #404143 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 65 | 67 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.74 |
| HSL | 220º | 0.02% | 0.26% | - |
| HSV(B) | 220º | 0.04% | 0.26% | - |
| XYZ | 5.02 | 5.28 | 6.06 | - |
| YUV | 64.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 67 | 0.04 | 0.03 | 0 | 0.74 | 220 | 0.02 | 0.26 |
| Hex | 40 | 41 | 43 | 4 | 3 | 0 | 4A | DC | 2 | 1A |
| Octal | 100 | 101 | 103 | 4 | 3 | 0 | 112 | 334 | 2 | 32 |
| Binary | 1000000 | 1000001 | 1000011 | 100 | 11 | 0 | 1001010 | 11011100 | 10 | 11010 |
Color Harmonies of #404143
Complementary color
Monochromatic Colors of #404143
Black with #404143
Text Example
Text Example
White with #404143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404143; }
p { color: rgb(64,65,67); }
H1.HeaderClassName
{
color: #404143;
}
.AnyTagClassName
{
color: #404143;
}
</style>
background-color css
<style>
a { background-color: #404143; }
a { background-color: rgb(64,65,67); }
div.DivClassName
{
background-color: #404143;
}
.BgClassName
{
background-color: #404143;
}
</style>
border-color css
<style>
span { border-color: #404143; }
span { border-color: rgb(64,65,67); }
td.TdClassName
{
border-color: #404143;
}
.TagClassName
{
border-color: #404143;
}
</style>