Shades of Steel Blue #4673BA
Tints of Steel Blue #4673BA
RGB
CMYK
RGB Variations
Color information
#4673BA (or 0x4673BA) is known color: Steel Blue. HEX triplet: 46, 73 and BA. RGB value is (70,115,186). Sum of RGB (Red+Green+Blue) = 70+115+186=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #4673BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4673BA is #B98C45. Grayscale: #6D6D6D. Windows color (decimal): -12160070 or 12219206. OLE color: 12219206.
HSL color Cylindrical-coordinate representation of color #4673BA: hue angle of 216.72º 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 #4673BA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 115 | 186 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.27 |
| HSL | 216.72º | 0.46% | 0.5% | - |
| HSV(B) | 216.72º | 0.62% | 0.73% | - |
| XYZ | 17.52 | 17.11 | 48.83 | - |
| YUV | 109.64 | 171.09 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 186 | 0.62 | 0.38 | 0 | 0.27 | 216.72 | 0.46 | 0.5 |
| Hex | 46 | 73 | BA | 3E | 26 | 0 | 1B | D9 | 2E | 32 |
| Octal | 106 | 163 | 272 | 76 | 46 | 0 | 33 | 331 | 56 | 62 |
| Binary | 1000110 | 1110011 | 10111010 | 111110 | 100110 | 0 | 11011 | 11011001 | 101110 | 110010 |
Color Harmonies of #4673BA
Complementary color
Monochromatic Colors of #4673BA
Black with #4673BA
Text Example
Text Example
White with #4673BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4673BA; }
p { color: rgb(70,115,186); }
H1.HeaderClassName
{
color: #4673BA;
}
.AnyTagClassName
{
color: #4673BA;
}
</style>
background-color css
<style>
a { background-color: #4673BA; }
a { background-color: rgb(70,115,186); }
div.DivClassName
{
background-color: #4673BA;
}
.BgClassName
{
background-color: #4673BA;
}
</style>
border-color css
<style>
span { border-color: #4673BA; }
span { border-color: rgb(70,115,186); }
td.TdClassName
{
border-color: #4673BA;
}
.TagClassName
{
border-color: #4673BA;
}
</style>