Shades of Steel Grey #41464E
Tints of Steel Grey #41464E
RGB
CMYK
RGB Variations
Color information
#41464E (or 0x41464E) is known color: Steel Grey. HEX triplet: 41, 46 and 4E. RGB value is (65,70,78). Sum of RGB (Red+Green+Blue) = 65+70+78=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 78 - color contains mainly: blue. Hex color #41464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41464E is #BEB9B1. Grayscale: #454545. Windows color (decimal): -12499378 or 5129793. OLE color: 5129793.
HSL color Cylindrical-coordinate representation of color #41464E: hue angle of 216.92º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #41464E is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 70 | 78 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.69 |
| HSL | 216.92º | 0.09% | 0.28% | - |
| HSV(B) | 216.92º | 0.17% | 0.31% | - |
| XYZ | 5.75 | 6.05 | 8.07 | - |
| YUV | 69.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 78 | 0.17 | 0.10 | 0 | 0.69 | 216.92 | 0.09 | 0.28 |
| Hex | 41 | 46 | 4E | 11 | A | 0 | 45 | D9 | 9 | 1C |
| Octal | 101 | 106 | 116 | 21 | 12 | 0 | 105 | 331 | 11 | 34 |
| Binary | 1000001 | 1000110 | 1001110 | 10001 | 1010 | 0 | 1000101 | 11011001 | 1001 | 11100 |
Color Harmonies of #41464E
Complementary color
Monochromatic Colors of #41464E
Black with #41464E
Text Example
Text Example
White with #41464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41464E; }
p { color: rgb(65,70,78); }
H1.HeaderClassName
{
color: #41464E;
}
.AnyTagClassName
{
color: #41464E;
}
</style>
background-color css
<style>
a { background-color: #41464E; }
a { background-color: rgb(65,70,78); }
div.DivClassName
{
background-color: #41464E;
}
.BgClassName
{
background-color: #41464E;
}
</style>
border-color css
<style>
span { border-color: #41464E; }
span { border-color: rgb(65,70,78); }
td.TdClassName
{
border-color: #41464E;
}
.TagClassName
{
border-color: #41464E;
}
</style>