Shades of Steel Grey #43454B
Tints of Steel Grey #43454B
RGB
CMYK
RGB Variations
Color information
#43454B (or 0x43454B) is known color: Steel Grey. HEX triplet: 43, 45 and 4B. RGB value is (67,69,75). Sum of RGB (Red+Green+Blue) = 67+69+75=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 75 - color contains mainly: blue. Hex color #43454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43454B is #BCBAB4. Grayscale: #454545. Windows color (decimal): -12368565 or 4932931. OLE color: 4932931.
HSL color Cylindrical-coordinate representation of color #43454B: hue angle of 225º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #43454B is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 69 | 75 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.71 |
| HSL | 225º | 0.06% | 0.28% | - |
| HSV(B) | 225º | 0.11% | 0.29% | - |
| XYZ | 5.71 | 5.96 | 7.51 | - |
| YUV | 69.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 69 | 75 | 0.11 | 0.08 | 0 | 0.71 | 225 | 0.06 | 0.28 |
| Hex | 43 | 45 | 4B | B | 8 | 0 | 47 | E1 | 6 | 1C |
| Octal | 103 | 105 | 113 | 13 | 10 | 0 | 107 | 341 | 6 | 34 |
| Binary | 1000011 | 1000101 | 1001011 | 1011 | 1000 | 0 | 1000111 | 11100001 | 110 | 11100 |
Color Harmonies of #43454B
Complementary color
Monochromatic Colors of #43454B
Black with #43454B
Text Example
Text Example
White with #43454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43454B; }
p { color: rgb(67,69,75); }
H1.HeaderClassName
{
color: #43454B;
}
.AnyTagClassName
{
color: #43454B;
}
</style>
background-color css
<style>
a { background-color: #43454B; }
a { background-color: rgb(67,69,75); }
div.DivClassName
{
background-color: #43454B;
}
.BgClassName
{
background-color: #43454B;
}
</style>
border-color css
<style>
span { border-color: #43454B; }
span { border-color: rgb(67,69,75); }
td.TdClassName
{
border-color: #43454B;
}
.TagClassName
{
border-color: #43454B;
}
</style>