Shades of Steel Blue #4989BA
Tints of Steel Blue #4989BA
RGB
CMYK
RGB Variations
Color information
#4989BA (or 0x4989BA) is known color: Steel Blue. HEX triplet: 49, 89 and BA. RGB value is (73,137,186). Sum of RGB (Red+Green+Blue) = 73+137+186=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #4989BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4989BA is #B67645. Grayscale: #7B7B7B. Windows color (decimal): -11957830 or 12224841. OLE color: 12224841.
HSL color Cylindrical-coordinate representation of color #4989BA: hue angle of 206.02º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4989BA is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 137 | 186 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.27 |
| HSL | 206.02º | 0.45% | 0.51% | - |
| HSV(B) | 206.02º | 0.61% | 0.73% | - |
| XYZ | 20.56 | 22.85 | 49.78 | - |
| YUV | 123.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 186 | 0.61 | 0.26 | 0 | 0.27 | 206.02 | 0.45 | 0.51 |
| Hex | 49 | 89 | BA | 3D | 1A | 0 | 1B | CE | 2D | 33 |
| Octal | 111 | 211 | 272 | 75 | 32 | 0 | 33 | 316 | 55 | 63 |
| Binary | 1001001 | 10001001 | 10111010 | 111101 | 11010 | 0 | 11011 | 11001110 | 101101 | 110011 |
Color Harmonies of #4989BA
Complementary color
Monochromatic Colors of #4989BA
Black with #4989BA
Text Example
Text Example
White with #4989BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4989BA; }
p { color: rgb(73,137,186); }
H1.HeaderClassName
{
color: #4989BA;
}
.AnyTagClassName
{
color: #4989BA;
}
</style>
background-color css
<style>
a { background-color: #4989BA; }
a { background-color: rgb(73,137,186); }
div.DivClassName
{
background-color: #4989BA;
}
.BgClassName
{
background-color: #4989BA;
}
</style>
border-color css
<style>
span { border-color: #4989BA; }
span { border-color: rgb(73,137,186); }
td.TdClassName
{
border-color: #4989BA;
}
.TagClassName
{
border-color: #4989BA;
}
</style>