Shades of Steel Blue #4A89BE
Tints of Steel Blue #4A89BE
RGB
CMYK
RGB Variations
Color information
#4A89BE (or 0x4A89BE) is known color: Steel Blue. HEX triplet: 4A, 89 and BE. RGB value is (74,137,190). Sum of RGB (Red+Green+Blue) = 74+137+190=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A89BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A89BE is #B57641. Grayscale: #7B7B7B. Windows color (decimal): -11892290 or 12486986. OLE color: 12486986.
HSL color Cylindrical-coordinate representation of color #4A89BE: hue angle of 207.41º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A89BE is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 137 | 190 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.25 |
| HSL | 207.41º | 0.47% | 0.52% | - |
| HSV(B) | 207.41º | 0.61% | 0.75% | - |
| XYZ | 21.06 | 23.06 | 52.06 | - |
| YUV | 124.21 | 165.13 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 190 | 0.61 | 0.28 | 0 | 0.25 | 207.41 | 0.47 | 0.52 |
| Hex | 4A | 89 | BE | 3D | 1C | 0 | 19 | CF | 2F | 34 |
| Octal | 112 | 211 | 276 | 75 | 34 | 0 | 31 | 317 | 57 | 64 |
| Binary | 1001010 | 10001001 | 10111110 | 111101 | 11100 | 0 | 11001 | 11001111 | 101111 | 110100 |
Color Harmonies of #4A89BE
Complementary color
Monochromatic Colors of #4A89BE
Black with #4A89BE
Text Example
Text Example
White with #4A89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A89BE; }
p { color: rgb(74,137,190); }
H1.HeaderClassName
{
color: #4A89BE;
}
.AnyTagClassName
{
color: #4A89BE;
}
</style>
background-color css
<style>
a { background-color: #4A89BE; }
a { background-color: rgb(74,137,190); }
div.DivClassName
{
background-color: #4A89BE;
}
.BgClassName
{
background-color: #4A89BE;
}
</style>
border-color css
<style>
span { border-color: #4A89BE; }
span { border-color: rgb(74,137,190); }
td.TdClassName
{
border-color: #4A89BE;
}
.TagClassName
{
border-color: #4A89BE;
}
</style>