Shades of Steel Blue #4789BD
Tints of Steel Blue #4789BD
RGB
CMYK
RGB Variations
Color information
#4789BD (or 0x4789BD) is known color: Steel Blue. HEX triplet: 47, 89 and BD. RGB value is (71,137,189). Sum of RGB (Red+Green+Blue) = 71+137+189=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #4789BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4789BD is #B87642. Grayscale: #7A7A7A. Windows color (decimal): -12088899 or 12421447. OLE color: 12421447.
HSL color Cylindrical-coordinate representation of color #4789BD: hue angle of 206.44º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4789BD is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 137 | 189 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.26 |
| HSL | 206.44º | 0.47% | 0.51% | - |
| HSV(B) | 206.44º | 0.62% | 0.74% | - |
| XYZ | 20.73 | 22.91 | 51.47 | - |
| YUV | 123.19 | 165.13 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 189 | 0.62 | 0.28 | 0 | 0.26 | 206.44 | 0.47 | 0.51 |
| Hex | 47 | 89 | BD | 3E | 1C | 0 | 1A | CE | 2F | 33 |
| Octal | 107 | 211 | 275 | 76 | 34 | 0 | 32 | 316 | 57 | 63 |
| Binary | 1000111 | 10001001 | 10111101 | 111110 | 11100 | 0 | 11010 | 11001110 | 101111 | 110011 |
Color Harmonies of #4789BD
Complementary color
Monochromatic Colors of #4789BD
Black with #4789BD
Text Example
Text Example
White with #4789BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4789BD; }
p { color: rgb(71,137,189); }
H1.HeaderClassName
{
color: #4789BD;
}
.AnyTagClassName
{
color: #4789BD;
}
</style>
background-color css
<style>
a { background-color: #4789BD; }
a { background-color: rgb(71,137,189); }
div.DivClassName
{
background-color: #4789BD;
}
.BgClassName
{
background-color: #4789BD;
}
</style>
border-color css
<style>
span { border-color: #4789BD; }
span { border-color: rgb(71,137,189); }
td.TdClassName
{
border-color: #4789BD;
}
.TagClassName
{
border-color: #4789BD;
}
</style>