Shades of Steel Grey #424345
Tints of Steel Grey #424345
RGB
CMYK
RGB Variations
Color information
#424345 (or 0x424345) is known color: Steel Grey. HEX triplet: 42, 43 and 45. RGB value is (66,67,69). Sum of RGB (Red+Green+Blue) = 66+67+69=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 69 - color contains mainly: blue. Hex color #424345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424345 is #BDBCBA. Grayscale: #424242. Windows color (decimal): -12434619 or 4539202. OLE color: 4539202.
HSL color Cylindrical-coordinate representation of color #424345: hue angle of 220º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #424345 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 67 | 69 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.73 |
| HSL | 220º | 0.02% | 0.26% | - |
| HSV(B) | 220º | 0.04% | 0.27% | - |
| XYZ | 5.33 | 5.6 | 6.43 | - |
| YUV | 66.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 69 | 0.04 | 0.03 | 0 | 0.73 | 220 | 0.02 | 0.26 |
| Hex | 42 | 43 | 45 | 4 | 3 | 0 | 49 | DC | 2 | 1A |
| Octal | 102 | 103 | 105 | 4 | 3 | 0 | 111 | 334 | 2 | 32 |
| Binary | 1000010 | 1000011 | 1000101 | 100 | 11 | 0 | 1001001 | 11011100 | 10 | 11010 |
Color Harmonies of #424345
Complementary color
Monochromatic Colors of #424345
Black with #424345
Text Example
Text Example
White with #424345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424345; }
p { color: rgb(66,67,69); }
H1.HeaderClassName
{
color: #424345;
}
.AnyTagClassName
{
color: #424345;
}
</style>
background-color css
<style>
a { background-color: #424345; }
a { background-color: rgb(66,67,69); }
div.DivClassName
{
background-color: #424345;
}
.BgClassName
{
background-color: #424345;
}
</style>
border-color css
<style>
span { border-color: #424345; }
span { border-color: rgb(66,67,69); }
td.TdClassName
{
border-color: #424345;
}
.TagClassName
{
border-color: #424345;
}
</style>