Shades of Steel Grey #42464B
Tints of Steel Grey #42464B
RGB
CMYK
RGB Variations
Color information
#42464B (or 0x42464B) is known color: Steel Grey. HEX triplet: 42, 46 and 4B. RGB value is (66,70,75). Sum of RGB (Red+Green+Blue) = 66+70+75=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 75 - color contains mainly: blue. Hex color #42464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42464B is #BDB9B4. Grayscale: #454545. Windows color (decimal): -12433845 or 4933186. OLE color: 4933186.
HSL color Cylindrical-coordinate representation of color #42464B: hue angle of 213.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #42464B is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 70 | 75 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.71 |
| HSL | 213.33º | 0.06% | 0.28% | - |
| HSV(B) | 213.33º | 0.12% | 0.29% | - |
| XYZ | 5.71 | 6.05 | 7.52 | - |
| YUV | 69.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 75 | 0.12 | 0.07 | 0 | 0.71 | 213.33 | 0.06 | 0.28 |
| Hex | 42 | 46 | 4B | C | 7 | 0 | 47 | D5 | 6 | 1C |
| Octal | 102 | 106 | 113 | 14 | 7 | 0 | 107 | 325 | 6 | 34 |
| Binary | 1000010 | 1000110 | 1001011 | 1100 | 111 | 0 | 1000111 | 11010101 | 110 | 11100 |
Color Harmonies of #42464B
Complementary color
Monochromatic Colors of #42464B
Black with #42464B
Text Example
Text Example
White with #42464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42464B; }
p { color: rgb(66,70,75); }
H1.HeaderClassName
{
color: #42464B;
}
.AnyTagClassName
{
color: #42464B;
}
</style>
background-color css
<style>
a { background-color: #42464B; }
a { background-color: rgb(66,70,75); }
div.DivClassName
{
background-color: #42464B;
}
.BgClassName
{
background-color: #42464B;
}
</style>
border-color css
<style>
span { border-color: #42464B; }
span { border-color: rgb(66,70,75); }
td.TdClassName
{
border-color: #42464B;
}
.TagClassName
{
border-color: #42464B;
}
</style>