Shades of Steel Blue #487FBB
Tints of Steel Blue #487FBB
RGB
CMYK
RGB Variations
Color information
#487FBB (or 0x487FBB) is known color: Steel Blue. HEX triplet: 48, 7F and BB. RGB value is (72,127,187). Sum of RGB (Red+Green+Blue) = 72+127+187=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #487FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487FBB is #B78044. Grayscale: #757575. Windows color (decimal): -12025925 or 12287816. OLE color: 12287816.
HSL color Cylindrical-coordinate representation of color #487FBB: hue angle of 211.3º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #487FBB is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 127 | 187 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.27 |
| HSL | 211.3º | 0.46% | 0.51% | - |
| HSV(B) | 211.3º | 0.61% | 0.73% | - |
| XYZ | 19.23 | 20.14 | 49.89 | - |
| YUV | 117.4 | 167.28 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 187 | 0.61 | 0.32 | 0 | 0.27 | 211.3 | 0.46 | 0.51 |
| Hex | 48 | 7F | BB | 3D | 20 | 0 | 1B | D3 | 2E | 33 |
| Octal | 110 | 177 | 273 | 75 | 40 | 0 | 33 | 323 | 56 | 63 |
| Binary | 1001000 | 1111111 | 10111011 | 111101 | 100000 | 0 | 11011 | 11010011 | 101110 | 110011 |
Color Harmonies of #487FBB
Complementary color
Monochromatic Colors of #487FBB
Black with #487FBB
Text Example
Text Example
White with #487FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FBB; }
p { color: rgb(72,127,187); }
H1.HeaderClassName
{
color: #487FBB;
}
.AnyTagClassName
{
color: #487FBB;
}
</style>
background-color css
<style>
a { background-color: #487FBB; }
a { background-color: rgb(72,127,187); }
div.DivClassName
{
background-color: #487FBB;
}
.BgClassName
{
background-color: #487FBB;
}
</style>
border-color css
<style>
span { border-color: #487FBB; }
span { border-color: rgb(72,127,187); }
td.TdClassName
{
border-color: #487FBB;
}
.TagClassName
{
border-color: #487FBB;
}
</style>