Shades of Steel Blue #487CB9
Tints of Steel Blue #487CB9
RGB
CMYK
RGB Variations
Color information
#487CB9 (or 0x487CB9) is known color: Steel Blue. HEX triplet: 48, 7C and B9. RGB value is (72,124,185). Sum of RGB (Red+Green+Blue) = 72+124+185=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #487CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #487CB9 is #B78346. Grayscale: #737373. Windows color (decimal): -12026695 or 12155976. OLE color: 12155976.
HSL color Cylindrical-coordinate representation of color #487CB9: hue angle of 212.39º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #487CB9 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 124 | 185 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.27 |
| HSL | 212.39º | 0.45% | 0.5% | - |
| HSV(B) | 212.39º | 0.61% | 0.73% | - |
| XYZ | 18.64 | 19.3 | 48.64 | - |
| YUV | 115.41 | 167.27 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 185 | 0.61 | 0.33 | 0 | 0.27 | 212.39 | 0.45 | 0.5 |
| Hex | 48 | 7C | B9 | 3D | 21 | 0 | 1B | D4 | 2D | 32 |
| Octal | 110 | 174 | 271 | 75 | 41 | 0 | 33 | 324 | 55 | 62 |
| Binary | 1001000 | 1111100 | 10111001 | 111101 | 100001 | 0 | 11011 | 11010100 | 101101 | 110010 |
Color Harmonies of #487CB9
Complementary color
Monochromatic Colors of #487CB9
Black with #487CB9
Text Example
Text Example
White with #487CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487CB9; }
p { color: rgb(72,124,185); }
H1.HeaderClassName
{
color: #487CB9;
}
.AnyTagClassName
{
color: #487CB9;
}
</style>
background-color css
<style>
a { background-color: #487CB9; }
a { background-color: rgb(72,124,185); }
div.DivClassName
{
background-color: #487CB9;
}
.BgClassName
{
background-color: #487CB9;
}
</style>
border-color css
<style>
span { border-color: #487CB9; }
span { border-color: rgb(72,124,185); }
td.TdClassName
{
border-color: #487CB9;
}
.TagClassName
{
border-color: #487CB9;
}
</style>