Shades of Steel Blue #467DB9
Tints of Steel Blue #467DB9
RGB
CMYK
RGB Variations
Color information
#467DB9 (or 0x467DB9) is known color: Steel Blue. HEX triplet: 46, 7D and B9. RGB value is (70,125,185). Sum of RGB (Red+Green+Blue) = 70+125+185=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 185 - color contains mainly: blue. Hex color #467DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DB9 is #B98246. Grayscale: #737373. Windows color (decimal): -12157511 or 12156230. OLE color: 12156230.
HSL color Cylindrical-coordinate representation of color #467DB9: hue angle of 211.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #467DB9 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 125 | 185 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.27 |
| HSL | 211.3º | 0.45% | 0.5% | - |
| HSV(B) | 211.3º | 0.62% | 0.73% | - |
| XYZ | 18.62 | 19.47 | 48.68 | - |
| YUV | 115.4 | 167.28 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 185 | 0.62 | 0.32 | 0 | 0.27 | 211.3 | 0.45 | 0.5 |
| Hex | 46 | 7D | B9 | 3E | 20 | 0 | 1B | D3 | 2D | 32 |
| Octal | 106 | 175 | 271 | 76 | 40 | 0 | 33 | 323 | 55 | 62 |
| Binary | 1000110 | 1111101 | 10111001 | 111110 | 100000 | 0 | 11011 | 11010011 | 101101 | 110010 |
Color Harmonies of #467DB9
Complementary color
Monochromatic Colors of #467DB9
Black with #467DB9
Text Example
Text Example
White with #467DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DB9; }
p { color: rgb(70,125,185); }
H1.HeaderClassName
{
color: #467DB9;
}
.AnyTagClassName
{
color: #467DB9;
}
</style>
background-color css
<style>
a { background-color: #467DB9; }
a { background-color: rgb(70,125,185); }
div.DivClassName
{
background-color: #467DB9;
}
.BgClassName
{
background-color: #467DB9;
}
</style>
border-color css
<style>
span { border-color: #467DB9; }
span { border-color: rgb(70,125,185); }
td.TdClassName
{
border-color: #467DB9;
}
.TagClassName
{
border-color: #467DB9;
}
</style>