Shades of Steel Grey #45464A
Tints of Steel Grey #45464A
RGB
CMYK
RGB Variations
Color information
#45464A (or 0x45464A) is known color: Steel Grey. HEX triplet: 45, 46 and 4A. RGB value is (69,70,74). Sum of RGB (Red+Green+Blue) = 69+70+74=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 74 - color contains mainly: blue. Hex color #45464A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45464A is #BAB9B5. Grayscale: #464646. Windows color (decimal): -12237238 or 4867653. OLE color: 4867653.
HSL color Cylindrical-coordinate representation of color #45464A: hue angle of 228º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #45464A is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 70 | 74 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.71 |
| HSL | 228º | 0.03% | 0.28% | - |
| HSV(B) | 228º | 0.07% | 0.29% | - |
| XYZ | 5.88 | 6.14 | 7.35 | - |
| YUV | 70.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 74 | 0.07 | 0.05 | 0 | 0.71 | 228 | 0.03 | 0.28 |
| Hex | 45 | 46 | 4A | 7 | 5 | 0 | 47 | E4 | 3 | 1C |
| Octal | 105 | 106 | 112 | 7 | 5 | 0 | 107 | 344 | 3 | 34 |
| Binary | 1000101 | 1000110 | 1001010 | 111 | 101 | 0 | 1000111 | 11100100 | 11 | 11100 |
Color Harmonies of #45464A
Complementary color
Monochromatic Colors of #45464A
Black with #45464A
Text Example
Text Example
White with #45464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45464A; }
p { color: rgb(69,70,74); }
H1.HeaderClassName
{
color: #45464A;
}
.AnyTagClassName
{
color: #45464A;
}
</style>
background-color css
<style>
a { background-color: #45464A; }
a { background-color: rgb(69,70,74); }
div.DivClassName
{
background-color: #45464A;
}
.BgClassName
{
background-color: #45464A;
}
</style>
border-color css
<style>
span { border-color: #45464A; }
span { border-color: rgb(69,70,74); }
td.TdClassName
{
border-color: #45464A;
}
.TagClassName
{
border-color: #45464A;
}
</style>