Shades of Steel Blue #467CBA
Tints of Steel Blue #467CBA
RGB
CMYK
RGB Variations
Color information
#467CBA (or 0x467CBA) is known color: Steel Blue. HEX triplet: 46, 7C and BA. RGB value is (70,124,186). Sum of RGB (Red+Green+Blue) = 70+124+186=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #467CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CBA is #B98345. Grayscale: #727272. Windows color (decimal): -12157766 or 12221510. OLE color: 12221510.
HSL color Cylindrical-coordinate representation of color #467CBA: hue angle of 212.07º 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 #467CBA is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 124 | 186 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.27 |
| HSL | 212.07º | 0.46% | 0.5% | - |
| HSV(B) | 212.07º | 0.62% | 0.73% | - |
| XYZ | 18.6 | 19.26 | 49.19 | - |
| YUV | 114.92 | 168.11 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 186 | 0.62 | 0.33 | 0 | 0.27 | 212.07 | 0.46 | 0.5 |
| Hex | 46 | 7C | BA | 3E | 21 | 0 | 1B | D4 | 2E | 32 |
| Octal | 106 | 174 | 272 | 76 | 41 | 0 | 33 | 324 | 56 | 62 |
| Binary | 1000110 | 1111100 | 10111010 | 111110 | 100001 | 0 | 11011 | 11010100 | 101110 | 110010 |
Color Harmonies of #467CBA
Complementary color
Monochromatic Colors of #467CBA
Black with #467CBA
Text Example
Text Example
White with #467CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CBA; }
p { color: rgb(70,124,186); }
H1.HeaderClassName
{
color: #467CBA;
}
.AnyTagClassName
{
color: #467CBA;
}
</style>
background-color css
<style>
a { background-color: #467CBA; }
a { background-color: rgb(70,124,186); }
div.DivClassName
{
background-color: #467CBA;
}
.BgClassName
{
background-color: #467CBA;
}
</style>
border-color css
<style>
span { border-color: #467CBA; }
span { border-color: rgb(70,124,186); }
td.TdClassName
{
border-color: #467CBA;
}
.TagClassName
{
border-color: #467CBA;
}
</style>