Shades of Steel Blue #487CBA
Tints of Steel Blue #487CBA
RGB
CMYK
RGB Variations
Color information
#487CBA (or 0x487CBA) is known color: Steel Blue. HEX triplet: 48, 7C and BA. RGB value is (72,124,186). Sum of RGB (Red+Green+Blue) = 72+124+186=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #487CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CBA is #B78345. Grayscale: #737373. Windows color (decimal): -12026694 or 12221512. OLE color: 12221512.
HSL color Cylindrical-coordinate representation of color #487CBA: hue angle of 212.63º 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 #487CBA is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 124 | 186 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.27 |
| HSL | 212.63º | 0.45% | 0.51% | - |
| HSV(B) | 212.63º | 0.61% | 0.73% | - |
| XYZ | 18.74 | 19.34 | 49.2 | - |
| YUV | 115.52 | 167.77 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 186 | 0.61 | 0.33 | 0 | 0.27 | 212.63 | 0.45 | 0.51 |
| Hex | 48 | 7C | BA | 3D | 21 | 0 | 1B | D5 | 2D | 33 |
| Octal | 110 | 174 | 272 | 75 | 41 | 0 | 33 | 325 | 55 | 63 |
| Binary | 1001000 | 1111100 | 10111010 | 111101 | 100001 | 0 | 11011 | 11010101 | 101101 | 110011 |
Color Harmonies of #487CBA
Complementary color
Monochromatic Colors of #487CBA
Black with #487CBA
Text Example
Text Example
White with #487CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CBA; }
p { color: rgb(72,124,186); }
H1.HeaderClassName
{
color: #487CBA;
}
.AnyTagClassName
{
color: #487CBA;
}
</style>
background-color css
<style>
a { background-color: #487CBA; }
a { background-color: rgb(72,124,186); }
div.DivClassName
{
background-color: #487CBA;
}
.BgClassName
{
background-color: #487CBA;
}
</style>
border-color css
<style>
span { border-color: #487CBA; }
span { border-color: rgb(72,124,186); }
td.TdClassName
{
border-color: #487CBA;
}
.TagClassName
{
border-color: #487CBA;
}
</style>