Shades of Steel Grey #43474C
Tints of Steel Grey #43474C
RGB
CMYK
RGB Variations
Color information
#43474C (or 0x43474C) is known color: Steel Grey. HEX triplet: 43, 47 and 4C. RGB value is (67,71,76). Sum of RGB (Red+Green+Blue) = 67+71+76=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 76 - color contains mainly: blue. Hex color #43474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43474C is #BCB8B3. Grayscale: #464646. Windows color (decimal): -12368052 or 4998979. OLE color: 4998979.
HSL color Cylindrical-coordinate representation of color #43474C: hue angle of 213.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #43474C is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 71 | 76 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.70 |
| HSL | 213.33º | 0.06% | 0.28% | - |
| HSV(B) | 213.33º | 0.12% | 0.3% | - |
| XYZ | 5.87 | 6.22 | 7.73 | - |
| YUV | 70.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 76 | 0.12 | 0.07 | 0 | 0.70 | 213.33 | 0.06 | 0.28 |
| Hex | 43 | 47 | 4C | C | 7 | 0 | 46 | D5 | 6 | 1C |
| Octal | 103 | 107 | 114 | 14 | 7 | 0 | 106 | 325 | 6 | 34 |
| Binary | 1000011 | 1000111 | 1001100 | 1100 | 111 | 0 | 1000110 | 11010101 | 110 | 11100 |
Color Harmonies of #43474C
Complementary color
Monochromatic Colors of #43474C
Black with #43474C
Text Example
Text Example
White with #43474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43474C; }
p { color: rgb(67,71,76); }
H1.HeaderClassName
{
color: #43474C;
}
.AnyTagClassName
{
color: #43474C;
}
</style>
background-color css
<style>
a { background-color: #43474C; }
a { background-color: rgb(67,71,76); }
div.DivClassName
{
background-color: #43474C;
}
.BgClassName
{
background-color: #43474C;
}
</style>
border-color css
<style>
span { border-color: #43474C; }
span { border-color: rgb(67,71,76); }
td.TdClassName
{
border-color: #43474C;
}
.TagClassName
{
border-color: #43474C;
}
</style>