Shades of Steel Blue #4770BA
Tints of Steel Blue #4770BA
RGB
CMYK
RGB Variations
Color information
#4770BA (or 0x4770BA) is known color: Steel Blue. HEX triplet: 47, 70 and BA. RGB value is (71,112,186). Sum of RGB (Red+Green+Blue) = 71+112+186=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #4770BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4770BA is #B88F45. Grayscale: #6B6B6B. Windows color (decimal): -12095302 or 12218439. OLE color: 12218439.
HSL color Cylindrical-coordinate representation of color #4770BA: hue angle of 218.61º 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 #4770BA is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 112 | 186 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.27 |
| HSL | 218.61º | 0.45% | 0.5% | - |
| HSV(B) | 218.61º | 0.62% | 0.73% | - |
| XYZ | 17.26 | 16.47 | 48.72 | - |
| YUV | 108.18 | 171.92 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 186 | 0.62 | 0.40 | 0 | 0.27 | 218.61 | 0.45 | 0.5 |
| Hex | 47 | 70 | BA | 3E | 28 | 0 | 1B | DB | 2D | 32 |
| Octal | 107 | 160 | 272 | 76 | 50 | 0 | 33 | 333 | 55 | 62 |
| Binary | 1000111 | 1110000 | 10111010 | 111110 | 101000 | 0 | 11011 | 11011011 | 101101 | 110010 |
Color Harmonies of #4770BA
Complementary color
Monochromatic Colors of #4770BA
Black with #4770BA
Text Example
Text Example
White with #4770BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4770BA; }
p { color: rgb(71,112,186); }
H1.HeaderClassName
{
color: #4770BA;
}
.AnyTagClassName
{
color: #4770BA;
}
</style>
background-color css
<style>
a { background-color: #4770BA; }
a { background-color: rgb(71,112,186); }
div.DivClassName
{
background-color: #4770BA;
}
.BgClassName
{
background-color: #4770BA;
}
</style>
border-color css
<style>
span { border-color: #4770BA; }
span { border-color: rgb(71,112,186); }
td.TdClassName
{
border-color: #4770BA;
}
.TagClassName
{
border-color: #4770BA;
}
</style>