Shades of Steel Blue #467BB9
Tints of Steel Blue #467BB9
RGB
CMYK
RGB Variations
Color information
#467BB9 (or 0x467BB9) is known color: Steel Blue. HEX triplet: 46, 7B and B9. RGB value is (70,123,185). Sum of RGB (Red+Green+Blue) = 70+123+185=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #467BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BB9 is #B98446. Grayscale: #717171. Windows color (decimal): -12158023 or 12155718. OLE color: 12155718.
HSL color Cylindrical-coordinate representation of color #467BB9: hue angle of 212.35º 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 #467BB9 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 123 | 185 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.27 |
| HSL | 212.35º | 0.45% | 0.5% | - |
| HSV(B) | 212.35º | 0.62% | 0.73% | - |
| XYZ | 18.37 | 18.97 | 48.59 | - |
| YUV | 114.22 | 167.94 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 185 | 0.62 | 0.34 | 0 | 0.27 | 212.35 | 0.45 | 0.5 |
| Hex | 46 | 7B | B9 | 3E | 22 | 0 | 1B | D4 | 2D | 32 |
| Octal | 106 | 173 | 271 | 76 | 42 | 0 | 33 | 324 | 55 | 62 |
| Binary | 1000110 | 1111011 | 10111001 | 111110 | 100010 | 0 | 11011 | 11010100 | 101101 | 110010 |
Color Harmonies of #467BB9
Complementary color
Monochromatic Colors of #467BB9
Black with #467BB9
Text Example
Text Example
White with #467BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BB9; }
p { color: rgb(70,123,185); }
H1.HeaderClassName
{
color: #467BB9;
}
.AnyTagClassName
{
color: #467BB9;
}
</style>
background-color css
<style>
a { background-color: #467BB9; }
a { background-color: rgb(70,123,185); }
div.DivClassName
{
background-color: #467BB9;
}
.BgClassName
{
background-color: #467BB9;
}
</style>
border-color css
<style>
span { border-color: #467BB9; }
span { border-color: rgb(70,123,185); }
td.TdClassName
{
border-color: #467BB9;
}
.TagClassName
{
border-color: #467BB9;
}
</style>