Shades of Steel Grey #434549
Tints of Steel Grey #434549
RGB
CMYK
RGB Variations
Color information
#434549 (or 0x434549) is known color: Steel Grey. HEX triplet: 43, 45 and 49. RGB value is (67,69,73). Sum of RGB (Red+Green+Blue) = 67+69+73=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 73 - color contains mainly: blue. Hex color #434549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434549 is #BCBAB6. Grayscale: #444444. Windows color (decimal): -12368567 or 4801859. OLE color: 4801859.
HSL color Cylindrical-coordinate representation of color #434549: hue angle of 220º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #434549 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 69 | 73 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.71 |
| HSL | 220º | 0.04% | 0.27% | - |
| HSV(B) | 220º | 0.08% | 0.29% | - |
| XYZ | 5.65 | 5.93 | 7.15 | - |
| YUV | 68.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 73 | 0.08 | 0.05 | 0 | 0.71 | 220 | 0.04 | 0.27 |
| Hex | 43 | 45 | 49 | 8 | 5 | 0 | 47 | DC | 4 | 1B |
| Octal | 103 | 105 | 111 | 10 | 5 | 0 | 107 | 334 | 4 | 33 |
| Binary | 1000011 | 1000101 | 1001001 | 1000 | 101 | 0 | 1000111 | 11011100 | 100 | 11011 |
Color Harmonies of #434549
Complementary color
Monochromatic Colors of #434549
Black with #434549
Text Example
Text Example
White with #434549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434549; }
p { color: rgb(67,69,73); }
H1.HeaderClassName
{
color: #434549;
}
.AnyTagClassName
{
color: #434549;
}
</style>
background-color css
<style>
a { background-color: #434549; }
a { background-color: rgb(67,69,73); }
div.DivClassName
{
background-color: #434549;
}
.BgClassName
{
background-color: #434549;
}
</style>
border-color css
<style>
span { border-color: #434549; }
span { border-color: rgb(67,69,73); }
td.TdClassName
{
border-color: #434549;
}
.TagClassName
{
border-color: #434549;
}
</style>