Shades of Steel Grey #41454C
Tints of Steel Grey #41454C
RGB
CMYK
RGB Variations
Color information
#41454C (or 0x41454C) is known color: Steel Grey. HEX triplet: 41, 45 and 4C. RGB value is (65,69,76). Sum of RGB (Red+Green+Blue) = 65+69+76=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 76 - color contains mainly: blue. Hex color #41454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41454C is #BEBAB3. Grayscale: #444444. Windows color (decimal): -12499636 or 4998465. OLE color: 4998465.
HSL color Cylindrical-coordinate representation of color #41454C: hue angle of 218.18º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #41454C is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 69 | 76 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.70 |
| HSL | 218.18º | 0.08% | 0.28% | - |
| HSV(B) | 218.18º | 0.14% | 0.3% | - |
| XYZ | 5.61 | 5.9 | 7.68 | - |
| YUV | 68.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 76 | 0.14 | 0.09 | 0 | 0.70 | 218.18 | 0.08 | 0.28 |
| Hex | 41 | 45 | 4C | E | 9 | 0 | 46 | DA | 8 | 1C |
| Octal | 101 | 105 | 114 | 16 | 11 | 0 | 106 | 332 | 10 | 34 |
| Binary | 1000001 | 1000101 | 1001100 | 1110 | 1001 | 0 | 1000110 | 11011010 | 1000 | 11100 |
Color Harmonies of #41454C
Complementary color
Monochromatic Colors of #41454C
Black with #41454C
Text Example
Text Example
White with #41454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41454C; }
p { color: rgb(65,69,76); }
H1.HeaderClassName
{
color: #41454C;
}
.AnyTagClassName
{
color: #41454C;
}
</style>
background-color css
<style>
a { background-color: #41454C; }
a { background-color: rgb(65,69,76); }
div.DivClassName
{
background-color: #41454C;
}
.BgClassName
{
background-color: #41454C;
}
</style>
border-color css
<style>
span { border-color: #41454C; }
span { border-color: rgb(65,69,76); }
td.TdClassName
{
border-color: #41454C;
}
.TagClassName
{
border-color: #41454C;
}
</style>