Shades of Steel Blue #4A89BA
Tints of Steel Blue #4A89BA
RGB
CMYK
RGB Variations
Color information
#4A89BA (or 0x4A89BA) is known color: Steel Blue. HEX triplet: 4A, 89 and BA. RGB value is (74,137,186). Sum of RGB (Red+Green+Blue) = 74+137+186=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A89BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A89BA is #B57645. Grayscale: #7B7B7B. Windows color (decimal): -11892294 or 12224842. OLE color: 12224842.
HSL color Cylindrical-coordinate representation of color #4A89BA: hue angle of 206.25º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A89BA is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 137 | 186 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.27 |
| HSL | 206.25º | 0.45% | 0.51% | - |
| HSV(B) | 206.25º | 0.6% | 0.73% | - |
| XYZ | 20.63 | 22.89 | 49.79 | - |
| YUV | 123.75 | 163.13 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 186 | 0.60 | 0.26 | 0 | 0.27 | 206.25 | 0.45 | 0.51 |
| Hex | 4A | 89 | BA | 3C | 1A | 0 | 1B | CE | 2D | 33 |
| Octal | 112 | 211 | 272 | 74 | 32 | 0 | 33 | 316 | 55 | 63 |
| Binary | 1001010 | 10001001 | 10111010 | 111100 | 11010 | 0 | 11011 | 11001110 | 101101 | 110011 |
Color Harmonies of #4A89BA
Complementary color
Monochromatic Colors of #4A89BA
Black with #4A89BA
Text Example
Text Example
White with #4A89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A89BA; }
p { color: rgb(74,137,186); }
H1.HeaderClassName
{
color: #4A89BA;
}
.AnyTagClassName
{
color: #4A89BA;
}
</style>
background-color css
<style>
a { background-color: #4A89BA; }
a { background-color: rgb(74,137,186); }
div.DivClassName
{
background-color: #4A89BA;
}
.BgClassName
{
background-color: #4A89BA;
}
</style>
border-color css
<style>
span { border-color: #4A89BA; }
span { border-color: rgb(74,137,186); }
td.TdClassName
{
border-color: #4A89BA;
}
.TagClassName
{
border-color: #4A89BA;
}
</style>