Shades of Steel Grey #42464F
Tints of Steel Grey #42464F
RGB
CMYK
RGB Variations
Color information
#42464F (or 0x42464F) is known color: Steel Grey. HEX triplet: 42, 46 and 4F. RGB value is (66,70,79). Sum of RGB (Red+Green+Blue) = 66+70+79=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 79 - color contains mainly: blue. Hex color #42464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42464F is #BDB9B0. Grayscale: #454545. Windows color (decimal): -12433841 or 5195330. OLE color: 5195330.
HSL color Cylindrical-coordinate representation of color #42464F: hue angle of 221.54º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #42464F is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 70 | 79 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.69 |
| HSL | 221.54º | 0.09% | 0.28% | - |
| HSV(B) | 221.54º | 0.16% | 0.31% | - |
| XYZ | 5.85 | 6.1 | 8.27 | - |
| YUV | 69.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 79 | 0.16 | 0.11 | 0 | 0.69 | 221.54 | 0.09 | 0.28 |
| Hex | 42 | 46 | 4F | 10 | B | 0 | 45 | DE | 9 | 1C |
| Octal | 102 | 106 | 117 | 20 | 13 | 0 | 105 | 336 | 11 | 34 |
| Binary | 1000010 | 1000110 | 1001111 | 10000 | 1011 | 0 | 1000101 | 11011110 | 1001 | 11100 |
Color Harmonies of #42464F
Complementary color
Monochromatic Colors of #42464F
Black with #42464F
Text Example
Text Example
White with #42464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42464F; }
p { color: rgb(66,70,79); }
H1.HeaderClassName
{
color: #42464F;
}
.AnyTagClassName
{
color: #42464F;
}
</style>
background-color css
<style>
a { background-color: #42464F; }
a { background-color: rgb(66,70,79); }
div.DivClassName
{
background-color: #42464F;
}
.BgClassName
{
background-color: #42464F;
}
</style>
border-color css
<style>
span { border-color: #42464F; }
span { border-color: rgb(66,70,79); }
td.TdClassName
{
border-color: #42464F;
}
.TagClassName
{
border-color: #42464F;
}
</style>