Shades of Steel Blue #487ABB
Tints of Steel Blue #487ABB
RGB
CMYK
RGB Variations
Color information
#487ABB (or 0x487ABB) is known color: Steel Blue. HEX triplet: 48, 7A and BB. RGB value is (72,122,187). Sum of RGB (Red+Green+Blue) = 72+122+187=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #487ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487ABB is #B78544. Grayscale: #727272. Windows color (decimal): -12027205 or 12286536. OLE color: 12286536.
HSL color Cylindrical-coordinate representation of color #487ABB: hue angle of 213.91º 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 #487ABB is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 122 | 187 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.27 |
| HSL | 213.91º | 0.46% | 0.51% | - |
| HSV(B) | 213.91º | 0.61% | 0.73% | - |
| XYZ | 18.6 | 18.88 | 49.68 | - |
| YUV | 114.46 | 168.94 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 187 | 0.61 | 0.35 | 0 | 0.27 | 213.91 | 0.46 | 0.51 |
| Hex | 48 | 7A | BB | 3D | 23 | 0 | 1B | D6 | 2E | 33 |
| Octal | 110 | 172 | 273 | 75 | 43 | 0 | 33 | 326 | 56 | 63 |
| Binary | 1001000 | 1111010 | 10111011 | 111101 | 100011 | 0 | 11011 | 11010110 | 101110 | 110011 |
Color Harmonies of #487ABB
Complementary color
Monochromatic Colors of #487ABB
Black with #487ABB
Text Example
Text Example
White with #487ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487ABB; }
p { color: rgb(72,122,187); }
H1.HeaderClassName
{
color: #487ABB;
}
.AnyTagClassName
{
color: #487ABB;
}
</style>
background-color css
<style>
a { background-color: #487ABB; }
a { background-color: rgb(72,122,187); }
div.DivClassName
{
background-color: #487ABB;
}
.BgClassName
{
background-color: #487ABB;
}
</style>
border-color css
<style>
span { border-color: #487ABB; }
span { border-color: rgb(72,122,187); }
td.TdClassName
{
border-color: #487ABB;
}
.TagClassName
{
border-color: #487ABB;
}
</style>