Shades of Steel Blue #487ABA
Tints of Steel Blue #487ABA
RGB
CMYK
RGB Variations
Color information
#487ABA (or 0x487ABA) is known color: Steel Blue. HEX triplet: 48, 7A and BA. RGB value is (72,122,186). Sum of RGB (Red+Green+Blue) = 72+122+186=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #487ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487ABA is #B78545. Grayscale: #727272. Windows color (decimal): -12027206 or 12221000. OLE color: 12221000.
HSL color Cylindrical-coordinate representation of color #487ABA: hue angle of 213.68º degrees, saturation: 0.45, 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 #487ABA is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 122 | 186 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.27 |
| HSL | 213.68º | 0.45% | 0.51% | - |
| HSV(B) | 213.68º | 0.61% | 0.73% | - |
| XYZ | 18.49 | 18.84 | 49.12 | - |
| YUV | 114.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 186 | 0.61 | 0.34 | 0 | 0.27 | 213.68 | 0.45 | 0.51 |
| Hex | 48 | 7A | BA | 3D | 22 | 0 | 1B | D6 | 2D | 33 |
| Octal | 110 | 172 | 272 | 75 | 42 | 0 | 33 | 326 | 55 | 63 |
| Binary | 1001000 | 1111010 | 10111010 | 111101 | 100010 | 0 | 11011 | 11010110 | 101101 | 110011 |
Color Harmonies of #487ABA
Complementary color
Monochromatic Colors of #487ABA
Black with #487ABA
Text Example
Text Example
White with #487ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487ABA; }
p { color: rgb(72,122,186); }
H1.HeaderClassName
{
color: #487ABA;
}
.AnyTagClassName
{
color: #487ABA;
}
</style>
background-color css
<style>
a { background-color: #487ABA; }
a { background-color: rgb(72,122,186); }
div.DivClassName
{
background-color: #487ABA;
}
.BgClassName
{
background-color: #487ABA;
}
</style>
border-color css
<style>
span { border-color: #487ABA; }
span { border-color: rgb(72,122,186); }
td.TdClassName
{
border-color: #487ABA;
}
.TagClassName
{
border-color: #487ABA;
}
</style>