Shades of Steel Blue #487CBB
Tints of Steel Blue #487CBB
RGB
CMYK
RGB Variations
Color information
#487CBB (or 0x487CBB) is known color: Steel Blue. HEX triplet: 48, 7C and BB. RGB value is (72,124,187). Sum of RGB (Red+Green+Blue) = 72+124+187=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #487CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CBB is #B78344. Grayscale: #737373. Windows color (decimal): -12026693 or 12287048. OLE color: 12287048.
HSL color Cylindrical-coordinate representation of color #487CBB: hue angle of 212.87º 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 #487CBB is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 124 | 187 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.27 |
| HSL | 212.87º | 0.46% | 0.51% | - |
| HSV(B) | 212.87º | 0.61% | 0.73% | - |
| XYZ | 18.85 | 19.38 | 49.76 | - |
| YUV | 115.63 | 168.27 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 187 | 0.61 | 0.34 | 0 | 0.27 | 212.87 | 0.46 | 0.51 |
| Hex | 48 | 7C | BB | 3D | 22 | 0 | 1B | D5 | 2E | 33 |
| Octal | 110 | 174 | 273 | 75 | 42 | 0 | 33 | 325 | 56 | 63 |
| Binary | 1001000 | 1111100 | 10111011 | 111101 | 100010 | 0 | 11011 | 11010101 | 101110 | 110011 |
Color Harmonies of #487CBB
Complementary color
Monochromatic Colors of #487CBB
Black with #487CBB
Text Example
Text Example
White with #487CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CBB; }
p { color: rgb(72,124,187); }
H1.HeaderClassName
{
color: #487CBB;
}
.AnyTagClassName
{
color: #487CBB;
}
</style>
background-color css
<style>
a { background-color: #487CBB; }
a { background-color: rgb(72,124,187); }
div.DivClassName
{
background-color: #487CBB;
}
.BgClassName
{
background-color: #487CBB;
}
</style>
border-color css
<style>
span { border-color: #487CBB; }
span { border-color: rgb(72,124,187); }
td.TdClassName
{
border-color: #487CBB;
}
.TagClassName
{
border-color: #487CBB;
}
</style>