Shades of Steel Blue #4589B4
Tints of Steel Blue #4589B4
RGB
CMYK
RGB Variations
Color information
#4589B4 (or 0x4589B4) is known color: Steel Blue. HEX triplet: 45, 89 and B4. RGB value is (69,137,180). Sum of RGB (Red+Green+Blue) = 69+137+180=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #4589B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4589B4 is #BA764B. Grayscale: #797979. Windows color (decimal): -12219980 or 11831621. OLE color: 11831621.
HSL color Cylindrical-coordinate representation of color #4589B4: hue angle of 203.24º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4589B4 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 137 | 180 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.29 |
| HSL | 203.24º | 0.45% | 0.49% | - |
| HSV(B) | 203.24º | 0.62% | 0.71% | - |
| XYZ | 19.64 | 22.45 | 46.48 | - |
| YUV | 121.57 | 160.97 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 180 | 0.62 | 0.24 | 0 | 0.29 | 203.24 | 0.45 | 0.49 |
| Hex | 45 | 89 | B4 | 3E | 18 | 0 | 1D | CB | 2D | 31 |
| Octal | 105 | 211 | 264 | 76 | 30 | 0 | 35 | 313 | 55 | 61 |
| Binary | 1000101 | 10001001 | 10110100 | 111110 | 11000 | 0 | 11101 | 11001011 | 101101 | 110001 |
Color Harmonies of #4589B4
Complementary color
Monochromatic Colors of #4589B4
Black with #4589B4
Text Example
Text Example
White with #4589B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4589B4; }
p { color: rgb(69,137,180); }
H1.HeaderClassName
{
color: #4589B4;
}
.AnyTagClassName
{
color: #4589B4;
}
</style>
background-color css
<style>
a { background-color: #4589B4; }
a { background-color: rgb(69,137,180); }
div.DivClassName
{
background-color: #4589B4;
}
.BgClassName
{
background-color: #4589B4;
}
</style>
border-color css
<style>
span { border-color: #4589B4; }
span { border-color: rgb(69,137,180); }
td.TdClassName
{
border-color: #4589B4;
}
.TagClassName
{
border-color: #4589B4;
}
</style>