Shades of Steel Blue #4789BC
Tints of Steel Blue #4789BC
RGB
CMYK
RGB Variations
Color information
#4789BC (or 0x4789BC) is known color: Steel Blue. HEX triplet: 47, 89 and BC. RGB value is (71,137,188). Sum of RGB (Red+Green+Blue) = 71+137+188=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #4789BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4789BC is #B87643. Grayscale: #7A7A7A. Windows color (decimal): -12088900 or 12355911. OLE color: 12355911.
HSL color Cylindrical-coordinate representation of color #4789BC: hue angle of 206.15º 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 #4789BC is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 137 | 188 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.26 |
| HSL | 206.15º | 0.47% | 0.51% | - |
| HSV(B) | 206.15º | 0.62% | 0.74% | - |
| XYZ | 20.62 | 22.86 | 50.9 | - |
| YUV | 123.08 | 164.63 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 188 | 0.62 | 0.27 | 0 | 0.26 | 206.15 | 0.47 | 0.51 |
| Hex | 47 | 89 | BC | 3E | 1B | 0 | 1A | CE | 2F | 33 |
| Octal | 107 | 211 | 274 | 76 | 33 | 0 | 32 | 316 | 57 | 63 |
| Binary | 1000111 | 10001001 | 10111100 | 111110 | 11011 | 0 | 11010 | 11001110 | 101111 | 110011 |
Color Harmonies of #4789BC
Complementary color
Monochromatic Colors of #4789BC
Black with #4789BC
Text Example
Text Example
White with #4789BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4789BC; }
p { color: rgb(71,137,188); }
H1.HeaderClassName
{
color: #4789BC;
}
.AnyTagClassName
{
color: #4789BC;
}
</style>
background-color css
<style>
a { background-color: #4789BC; }
a { background-color: rgb(71,137,188); }
div.DivClassName
{
background-color: #4789BC;
}
.BgClassName
{
background-color: #4789BC;
}
</style>
border-color css
<style>
span { border-color: #4789BC; }
span { border-color: rgb(71,137,188); }
td.TdClassName
{
border-color: #4789BC;
}
.TagClassName
{
border-color: #4789BC;
}
</style>