Shades of Steel Blue #487BB1
Tints of Steel Blue #487BB1
RGB
CMYK
RGB Variations
Color information
#487BB1 (or 0x487BB1) is known color: Steel Blue. HEX triplet: 48, 7B and B1. RGB value is (72,123,177). Sum of RGB (Red+Green+Blue) = 72+123+177=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #487BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487BB1 is #B7844E. Grayscale: #717171. Windows color (decimal): -12026959 or 11631432. OLE color: 11631432.
HSL color Cylindrical-coordinate representation of color #487BB1: hue angle of 210.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #487BB1 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 123 | 177 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.31 |
| HSL | 210.86º | 0.42% | 0.49% | - |
| HSV(B) | 210.86º | 0.59% | 0.69% | - |
| XYZ | 17.69 | 18.72 | 44.28 | - |
| YUV | 113.91 | 163.6 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 177 | 0.59 | 0.31 | 0 | 0.31 | 210.86 | 0.42 | 0.49 |
| Hex | 48 | 7B | B1 | 3B | 1F | 0 | 1F | D3 | 2A | 31 |
| Octal | 110 | 173 | 261 | 73 | 37 | 0 | 37 | 323 | 52 | 61 |
| Binary | 1001000 | 1111011 | 10110001 | 111011 | 11111 | 0 | 11111 | 11010011 | 101010 | 110001 |
Color Harmonies of #487BB1
Complementary color
Monochromatic Colors of #487BB1
Black with #487BB1
Text Example
Text Example
White with #487BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BB1; }
p { color: rgb(72,123,177); }
H1.HeaderClassName
{
color: #487BB1;
}
.AnyTagClassName
{
color: #487BB1;
}
</style>
background-color css
<style>
a { background-color: #487BB1; }
a { background-color: rgb(72,123,177); }
div.DivClassName
{
background-color: #487BB1;
}
.BgClassName
{
background-color: #487BB1;
}
</style>
border-color css
<style>
span { border-color: #487BB1; }
span { border-color: rgb(72,123,177); }
td.TdClassName
{
border-color: #487BB1;
}
.TagClassName
{
border-color: #487BB1;
}
</style>