Shades of Steel Grey #41454E
Tints of Steel Grey #41454E
RGB
CMYK
RGB Variations
Color information
#41454E (or 0x41454E) is known color: Steel Grey. HEX triplet: 41, 45 and 4E. RGB value is (65,69,78). Sum of RGB (Red+Green+Blue) = 65+69+78=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 78 - color contains mainly: blue. Hex color #41454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41454E is #BEBAB1. Grayscale: #444444. Windows color (decimal): -12499634 or 5129537. OLE color: 5129537.
HSL color Cylindrical-coordinate representation of color #41454E: 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.17%. Process color model (Four color, CMYK) of #41454E is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 69 | 78 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.69 |
| HSL | 221.54º | 0.09% | 0.28% | - |
| HSV(B) | 221.54º | 0.17% | 0.31% | - |
| XYZ | 5.68 | 5.93 | 8.05 | - |
| YUV | 68.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 78 | 0.17 | 0.12 | 0 | 0.69 | 221.54 | 0.09 | 0.28 |
| Hex | 41 | 45 | 4E | 11 | C | 0 | 45 | DE | 9 | 1C |
| Octal | 101 | 105 | 116 | 21 | 14 | 0 | 105 | 336 | 11 | 34 |
| Binary | 1000001 | 1000101 | 1001110 | 10001 | 1100 | 0 | 1000101 | 11011110 | 1001 | 11100 |
Color Harmonies of #41454E
Complementary color
Monochromatic Colors of #41454E
Black with #41454E
Text Example
Text Example
White with #41454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41454E; }
p { color: rgb(65,69,78); }
H1.HeaderClassName
{
color: #41454E;
}
.AnyTagClassName
{
color: #41454E;
}
</style>
background-color css
<style>
a { background-color: #41454E; }
a { background-color: rgb(65,69,78); }
div.DivClassName
{
background-color: #41454E;
}
.BgClassName
{
background-color: #41454E;
}
</style>
border-color css
<style>
span { border-color: #41454E; }
span { border-color: rgb(65,69,78); }
td.TdClassName
{
border-color: #41454E;
}
.TagClassName
{
border-color: #41454E;
}
</style>