Shades of Steel Blue #467CB9
Tints of Steel Blue #467CB9
RGB
CMYK
RGB Variations
Color information
#467CB9 (or 0x467CB9) is known color: Steel Blue. HEX triplet: 46, 7C and B9. RGB value is (70,124,185). Sum of RGB (Red+Green+Blue) = 70+124+185=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #467CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CB9 is #B98346. Grayscale: #727272. Windows color (decimal): -12157767 or 12155974. OLE color: 12155974.
HSL color Cylindrical-coordinate representation of color #467CB9: hue angle of 211.83º 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 #467CB9 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 124 | 185 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.27 |
| HSL | 211.83º | 0.45% | 0.5% | - |
| HSV(B) | 211.83º | 0.62% | 0.73% | - |
| XYZ | 18.49 | 19.22 | 48.63 | - |
| YUV | 114.81 | 167.61 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 185 | 0.62 | 0.33 | 0 | 0.27 | 211.83 | 0.45 | 0.5 |
| Hex | 46 | 7C | B9 | 3E | 21 | 0 | 1B | D4 | 2D | 32 |
| Octal | 106 | 174 | 271 | 76 | 41 | 0 | 33 | 324 | 55 | 62 |
| Binary | 1000110 | 1111100 | 10111001 | 111110 | 100001 | 0 | 11011 | 11010100 | 101101 | 110010 |
Color Harmonies of #467CB9
Complementary color
Monochromatic Colors of #467CB9
Black with #467CB9
Text Example
Text Example
White with #467CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CB9; }
p { color: rgb(70,124,185); }
H1.HeaderClassName
{
color: #467CB9;
}
.AnyTagClassName
{
color: #467CB9;
}
</style>
background-color css
<style>
a { background-color: #467CB9; }
a { background-color: rgb(70,124,185); }
div.DivClassName
{
background-color: #467CB9;
}
.BgClassName
{
background-color: #467CB9;
}
</style>
border-color css
<style>
span { border-color: #467CB9; }
span { border-color: rgb(70,124,185); }
td.TdClassName
{
border-color: #467CB9;
}
.TagClassName
{
border-color: #467CB9;
}
</style>