Shades of Steel Blue #487BB0
Tints of Steel Blue #487BB0
RGB
CMYK
RGB Variations
Color information
#487BB0 (or 0x487BB0) is known color: Steel Blue. HEX triplet: 48, 7B and B0. RGB value is (72,123,176). Sum of RGB (Red+Green+Blue) = 72+123+176=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #487BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487BB0 is #B7844F. Grayscale: #717171. Windows color (decimal): -12026960 or 11565896. OLE color: 11565896.
HSL color Cylindrical-coordinate representation of color #487BB0: hue angle of 210.58º 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 #487BB0 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 123 | 176 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.31 |
| HSL | 210.58º | 0.42% | 0.49% | - |
| HSV(B) | 210.58º | 0.59% | 0.69% | - |
| XYZ | 17.59 | 18.68 | 43.75 | - |
| YUV | 113.79 | 163.1 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 176 | 0.59 | 0.30 | 0 | 0.31 | 210.58 | 0.42 | 0.49 |
| Hex | 48 | 7B | B0 | 3B | 1E | 0 | 1F | D3 | 2A | 31 |
| Octal | 110 | 173 | 260 | 73 | 36 | 0 | 37 | 323 | 52 | 61 |
| Binary | 1001000 | 1111011 | 10110000 | 111011 | 11110 | 0 | 11111 | 11010011 | 101010 | 110001 |
Color Harmonies of #487BB0
Complementary color
Monochromatic Colors of #487BB0
Black with #487BB0
Text Example
Text Example
White with #487BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BB0; }
p { color: rgb(72,123,176); }
H1.HeaderClassName
{
color: #487BB0;
}
.AnyTagClassName
{
color: #487BB0;
}
</style>
background-color css
<style>
a { background-color: #487BB0; }
a { background-color: rgb(72,123,176); }
div.DivClassName
{
background-color: #487BB0;
}
.BgClassName
{
background-color: #487BB0;
}
</style>
border-color css
<style>
span { border-color: #487BB0; }
span { border-color: rgb(72,123,176); }
td.TdClassName
{
border-color: #487BB0;
}
.TagClassName
{
border-color: #487BB0;
}
</style>