Shades of Steel Blue #487BA9
Tints of Steel Blue #487BA9
RGB
CMYK
RGB Variations
Color information
#487BA9 (or 0x487BA9) is known color: Steel Blue. HEX triplet: 48, 7B and A9. RGB value is (72,123,169). Sum of RGB (Red+Green+Blue) = 72+123+169=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 169 (66.41% from 255 or 46.43% from 364); Max value from RGB is 169 - color contains mainly: blue. Hex color #487BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487BA9 is #B78456. Grayscale: #707070. Windows color (decimal): -12026967 or 11107144. OLE color: 11107144.
HSL color Cylindrical-coordinate representation of color #487BA9: hue angle of 208.45º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #487BA9 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 72 | 123 | 169 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.34 |
| HSL | 208.45º | 0.4% | 0.47% | - |
| HSV(B) | 208.45º | 0.57% | 0.66% | - |
| XYZ | 16.92 | 18.41 | 40.2 | - |
| YUV | 113 | 159.6 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 169 | 0.57 | 0.27 | 0 | 0.34 | 208.45 | 0.4 | 0.47 |
| Hex | 48 | 7B | A9 | 39 | 1B | 0 | 22 | D0 | 28 | 2F |
| Octal | 110 | 173 | 251 | 71 | 33 | 0 | 42 | 320 | 50 | 57 |
| Binary | 1001000 | 1111011 | 10101001 | 111001 | 11011 | 0 | 100010 | 11010000 | 101000 | 101111 |
Color Harmonies of #487BA9
Complementary color
Monochromatic Colors of #487BA9
Black with #487BA9
Text Example
Text Example
White with #487BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BA9; }
p { color: rgb(72,123,169); }
H1.HeaderClassName
{
color: #487BA9;
}
.AnyTagClassName
{
color: #487BA9;
}
</style>
background-color css
<style>
a { background-color: #487BA9; }
a { background-color: rgb(72,123,169); }
div.DivClassName
{
background-color: #487BA9;
}
.BgClassName
{
background-color: #487BA9;
}
</style>
border-color css
<style>
span { border-color: #487BA9; }
span { border-color: rgb(72,123,169); }
td.TdClassName
{
border-color: #487BA9;
}
.TagClassName
{
border-color: #487BA9;
}
</style>