Shades of Steel Blue #4A89AF
Tints of Steel Blue #4A89AF
RGB
CMYK
RGB Variations
Color information
#4A89AF (or 0x4A89AF) is known color: Steel Blue. HEX triplet: 4A, 89 and AF. RGB value is (74,137,175). Sum of RGB (Red+Green+Blue) = 74+137+175=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A89AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A89AF is #B57650. Grayscale: #7A7A7A. Windows color (decimal): -11892305 or 11503946. OLE color: 11503946.
HSL color Cylindrical-coordinate representation of color #4A89AF: hue angle of 202.57º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A89AF is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 137 | 175 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.31 |
| HSL | 202.57º | 0.41% | 0.49% | - |
| HSV(B) | 202.57º | 0.58% | 0.69% | - |
| XYZ | 19.51 | 22.44 | 43.86 | - |
| YUV | 122.5 | 157.63 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 175 | 0.58 | 0.22 | 0 | 0.31 | 202.57 | 0.41 | 0.49 |
| Hex | 4A | 89 | AF | 3A | 16 | 0 | 1F | CB | 29 | 31 |
| Octal | 112 | 211 | 257 | 72 | 26 | 0 | 37 | 313 | 51 | 61 |
| Binary | 1001010 | 10001001 | 10101111 | 111010 | 10110 | 0 | 11111 | 11001011 | 101001 | 110001 |
Color Harmonies of #4A89AF
Complementary color
Monochromatic Colors of #4A89AF
Black with #4A89AF
Text Example
Text Example
White with #4A89AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A89AF; }
p { color: rgb(74,137,175); }
H1.HeaderClassName
{
color: #4A89AF;
}
.AnyTagClassName
{
color: #4A89AF;
}
</style>
background-color css
<style>
a { background-color: #4A89AF; }
a { background-color: rgb(74,137,175); }
div.DivClassName
{
background-color: #4A89AF;
}
.BgClassName
{
background-color: #4A89AF;
}
</style>
border-color css
<style>
span { border-color: #4A89AF; }
span { border-color: rgb(74,137,175); }
td.TdClassName
{
border-color: #4A89AF;
}
.TagClassName
{
border-color: #4A89AF;
}
</style>