Shades of Steel Blue #467DBA
Tints of Steel Blue #467DBA
RGB
CMYK
RGB Variations
Color information
#467DBA (or 0x467DBA) is known color: Steel Blue. HEX triplet: 46, 7D and BA. RGB value is (70,125,186). Sum of RGB (Red+Green+Blue) = 70+125+186=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #467DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DBA is #B98245. Grayscale: #737373. Windows color (decimal): -12157510 or 12221766. OLE color: 12221766.
HSL color Cylindrical-coordinate representation of color #467DBA: hue angle of 211.55º degrees, saturation: 0.46, 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 #467DBA is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 125 | 186 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.27 |
| HSL | 211.55º | 0.46% | 0.5% | - |
| HSV(B) | 211.55º | 0.62% | 0.73% | - |
| XYZ | 18.72 | 19.51 | 49.23 | - |
| YUV | 115.51 | 167.78 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 186 | 0.62 | 0.33 | 0 | 0.27 | 211.55 | 0.46 | 0.5 |
| Hex | 46 | 7D | BA | 3E | 21 | 0 | 1B | D4 | 2E | 32 |
| Octal | 106 | 175 | 272 | 76 | 41 | 0 | 33 | 324 | 56 | 62 |
| Binary | 1000110 | 1111101 | 10111010 | 111110 | 100001 | 0 | 11011 | 11010100 | 101110 | 110010 |
Color Harmonies of #467DBA
Complementary color
Monochromatic Colors of #467DBA
Black with #467DBA
Text Example
Text Example
White with #467DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DBA; }
p { color: rgb(70,125,186); }
H1.HeaderClassName
{
color: #467DBA;
}
.AnyTagClassName
{
color: #467DBA;
}
</style>
background-color css
<style>
a { background-color: #467DBA; }
a { background-color: rgb(70,125,186); }
div.DivClassName
{
background-color: #467DBA;
}
.BgClassName
{
background-color: #467DBA;
}
</style>
border-color css
<style>
span { border-color: #467DBA; }
span { border-color: rgb(70,125,186); }
td.TdClassName
{
border-color: #467DBA;
}
.TagClassName
{
border-color: #467DBA;
}
</style>