Shades of Steel Blue #487FB1
Tints of Steel Blue #487FB1
RGB
CMYK
RGB Variations
Color information
#487FB1 (or 0x487FB1) is known color: Steel Blue. HEX triplet: 48, 7F and B1. RGB value is (72,127,177). Sum of RGB (Red+Green+Blue) = 72+127+177=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 177 - color contains mainly: blue. Hex color #487FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487FB1 is #B7804E. Grayscale: #737373. Windows color (decimal): -12025935 or 11632456. OLE color: 11632456.
HSL color Cylindrical-coordinate representation of color #487FB1: hue angle of 208.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #487FB1 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 127 | 177 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.31 |
| HSL | 208.57º | 0.42% | 0.49% | - |
| HSV(B) | 208.57º | 0.59% | 0.69% | - |
| XYZ | 18.2 | 19.73 | 44.44 | - |
| YUV | 116.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 177 | 0.59 | 0.28 | 0 | 0.31 | 208.57 | 0.42 | 0.49 |
| Hex | 48 | 7F | B1 | 3B | 1C | 0 | 1F | D1 | 2A | 31 |
| Octal | 110 | 177 | 261 | 73 | 34 | 0 | 37 | 321 | 52 | 61 |
| Binary | 1001000 | 1111111 | 10110001 | 111011 | 11100 | 0 | 11111 | 11010001 | 101010 | 110001 |
Color Harmonies of #487FB1
Complementary color
Monochromatic Colors of #487FB1
Black with #487FB1
Text Example
Text Example
White with #487FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FB1; }
p { color: rgb(72,127,177); }
H1.HeaderClassName
{
color: #487FB1;
}
.AnyTagClassName
{
color: #487FB1;
}
</style>
background-color css
<style>
a { background-color: #487FB1; }
a { background-color: rgb(72,127,177); }
div.DivClassName
{
background-color: #487FB1;
}
.BgClassName
{
background-color: #487FB1;
}
</style>
border-color css
<style>
span { border-color: #487FB1; }
span { border-color: rgb(72,127,177); }
td.TdClassName
{
border-color: #487FB1;
}
.TagClassName
{
border-color: #487FB1;
}
</style>