Shades of Steel Grey #41454A
Tints of Steel Grey #41454A
RGB
CMYK
RGB Variations
Color information
#41454A (or 0x41454A) is known color: Steel Grey. HEX triplet: 41, 45 and 4A. RGB value is (65,69,74). Sum of RGB (Red+Green+Blue) = 65+69+74=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 74 - color contains mainly: blue. Hex color #41454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41454A is #BEBAB5. Grayscale: #444444. Windows color (decimal): -12499638 or 4867393. OLE color: 4867393.
HSL color Cylindrical-coordinate representation of color #41454A: hue angle of 213.33º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #41454A is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 69 | 74 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.71 |
| HSL | 213.33º | 0.06% | 0.27% | - |
| HSV(B) | 213.33º | 0.12% | 0.29% | - |
| XYZ | 5.54 | 5.87 | 7.32 | - |
| YUV | 68.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 74 | 0.12 | 0.07 | 0 | 0.71 | 213.33 | 0.06 | 0.27 |
| Hex | 41 | 45 | 4A | C | 7 | 0 | 47 | D5 | 6 | 1B |
| Octal | 101 | 105 | 112 | 14 | 7 | 0 | 107 | 325 | 6 | 33 |
| Binary | 1000001 | 1000101 | 1001010 | 1100 | 111 | 0 | 1000111 | 11010101 | 110 | 11011 |
Color Harmonies of #41454A
Complementary color
Monochromatic Colors of #41454A
Black with #41454A
Text Example
Text Example
White with #41454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41454A; }
p { color: rgb(65,69,74); }
H1.HeaderClassName
{
color: #41454A;
}
.AnyTagClassName
{
color: #41454A;
}
</style>
background-color css
<style>
a { background-color: #41454A; }
a { background-color: rgb(65,69,74); }
div.DivClassName
{
background-color: #41454A;
}
.BgClassName
{
background-color: #41454A;
}
</style>
border-color css
<style>
span { border-color: #41454A; }
span { border-color: rgb(65,69,74); }
td.TdClassName
{
border-color: #41454A;
}
.TagClassName
{
border-color: #41454A;
}
</style>