Shades of Steel Blue #487EBB
Tints of Steel Blue #487EBB
RGB
CMYK
RGB Variations
Color information
#487EBB (or 0x487EBB) is known color: Steel Blue. HEX triplet: 48, 7E and BB. RGB value is (72,126,187). Sum of RGB (Red+Green+Blue) = 72+126+187=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #487EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487EBB is #B78144. Grayscale: #747474. Windows color (decimal): -12026181 or 12287560. OLE color: 12287560.
HSL color Cylindrical-coordinate representation of color #487EBB: hue angle of 211.83º 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 #487EBB is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 126 | 187 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.27 |
| HSL | 211.83º | 0.46% | 0.51% | - |
| HSV(B) | 211.83º | 0.61% | 0.73% | - |
| XYZ | 19.1 | 19.89 | 49.85 | - |
| YUV | 116.81 | 167.61 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 126 | 187 | 0.61 | 0.33 | 0 | 0.27 | 211.83 | 0.46 | 0.51 |
| Hex | 48 | 7E | BB | 3D | 21 | 0 | 1B | D4 | 2E | 33 |
| Octal | 110 | 176 | 273 | 75 | 41 | 0 | 33 | 324 | 56 | 63 |
| Binary | 1001000 | 1111110 | 10111011 | 111101 | 100001 | 0 | 11011 | 11010100 | 101110 | 110011 |
Color Harmonies of #487EBB
Complementary color
Monochromatic Colors of #487EBB
Black with #487EBB
Text Example
Text Example
White with #487EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487EBB; }
p { color: rgb(72,126,187); }
H1.HeaderClassName
{
color: #487EBB;
}
.AnyTagClassName
{
color: #487EBB;
}
</style>
background-color css
<style>
a { background-color: #487EBB; }
a { background-color: rgb(72,126,187); }
div.DivClassName
{
background-color: #487EBB;
}
.BgClassName
{
background-color: #487EBB;
}
</style>
border-color css
<style>
span { border-color: #487EBB; }
span { border-color: rgb(72,126,187); }
td.TdClassName
{
border-color: #487EBB;
}
.TagClassName
{
border-color: #487EBB;
}
</style>