Shades of Steel Blue #4B87BA
Tints of Steel Blue #4B87BA
RGB
CMYK
RGB Variations
Color information
#4B87BA (or 0x4B87BA) is known color: Steel Blue. HEX triplet: 4B, 87 and BA. RGB value is (75,135,186). Sum of RGB (Red+Green+Blue) = 75+135+186=396 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.94% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B87BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B87BA is #B47845. Grayscale: #7A7A7A. Windows color (decimal): -11827270 or 12224331. OLE color: 12224331.
HSL color Cylindrical-coordinate representation of color #4B87BA: hue angle of 207.57º 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 #4B87BA is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 135 | 186 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.27 |
| HSL | 207.57º | 0.45% | 0.51% | - |
| HSV(B) | 207.57º | 0.6% | 0.73% | - |
| XYZ | 20.43 | 22.37 | 49.7 | - |
| YUV | 122.87 | 163.62 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 135 | 186 | 0.60 | 0.27 | 0 | 0.27 | 207.57 | 0.45 | 0.51 |
| Hex | 4B | 87 | BA | 3C | 1B | 0 | 1B | D0 | 2D | 33 |
| Octal | 113 | 207 | 272 | 74 | 33 | 0 | 33 | 320 | 55 | 63 |
| Binary | 1001011 | 10000111 | 10111010 | 111100 | 11011 | 0 | 11011 | 11010000 | 101101 | 110011 |
Color Harmonies of #4B87BA
Complementary color
Monochromatic Colors of #4B87BA
Black with #4B87BA
Text Example
Text Example
White with #4B87BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B87BA; }
p { color: rgb(75,135,186); }
H1.HeaderClassName
{
color: #4B87BA;
}
.AnyTagClassName
{
color: #4B87BA;
}
</style>
background-color css
<style>
a { background-color: #4B87BA; }
a { background-color: rgb(75,135,186); }
div.DivClassName
{
background-color: #4B87BA;
}
.BgClassName
{
background-color: #4B87BA;
}
</style>
border-color css
<style>
span { border-color: #4B87BA; }
span { border-color: rgb(75,135,186); }
td.TdClassName
{
border-color: #4B87BA;
}
.TagClassName
{
border-color: #4B87BA;
}
</style>