Shades of Steel Blue #4A87BA
Tints of Steel Blue #4A87BA
RGB
CMYK
RGB Variations
Color information
#4A87BA (or 0x4A87BA) is known color: Steel Blue. HEX triplet: 4A, 87 and BA. RGB value is (74,135,186). Sum of RGB (Red+Green+Blue) = 74+135+186=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A87BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A87BA is #B57845. Grayscale: #7A7A7A. Windows color (decimal): -11892806 or 12224330. OLE color: 12224330.
HSL color Cylindrical-coordinate representation of color #4A87BA: hue angle of 207.32º 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 #4A87BA is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 135 | 186 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.27 |
| HSL | 207.32º | 0.45% | 0.51% | - |
| HSV(B) | 207.32º | 0.6% | 0.73% | - |
| XYZ | 20.35 | 22.33 | 49.69 | - |
| YUV | 122.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 135 | 186 | 0.60 | 0.27 | 0 | 0.27 | 207.32 | 0.45 | 0.51 |
| Hex | 4A | 87 | BA | 3C | 1B | 0 | 1B | CF | 2D | 33 |
| Octal | 112 | 207 | 272 | 74 | 33 | 0 | 33 | 317 | 55 | 63 |
| Binary | 1001010 | 10000111 | 10111010 | 111100 | 11011 | 0 | 11011 | 11001111 | 101101 | 110011 |
Color Harmonies of #4A87BA
Complementary color
Monochromatic Colors of #4A87BA
Black with #4A87BA
Text Example
Text Example
White with #4A87BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A87BA; }
p { color: rgb(74,135,186); }
H1.HeaderClassName
{
color: #4A87BA;
}
.AnyTagClassName
{
color: #4A87BA;
}
</style>
background-color css
<style>
a { background-color: #4A87BA; }
a { background-color: rgb(74,135,186); }
div.DivClassName
{
background-color: #4A87BA;
}
.BgClassName
{
background-color: #4A87BA;
}
</style>
border-color css
<style>
span { border-color: #4A87BA; }
span { border-color: rgb(74,135,186); }
td.TdClassName
{
border-color: #4A87BA;
}
.TagClassName
{
border-color: #4A87BA;
}
</style>