Shades of Steel Blue #487AB0
Tints of Steel Blue #487AB0
RGB
CMYK
RGB Variations
Color information
#487AB0 (or 0x487AB0) is known color: Steel Blue. HEX triplet: 48, 7A and B0. RGB value is (72,122,176). Sum of RGB (Red+Green+Blue) = 72+122+176=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 176 - color contains mainly: blue. Hex color #487AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487AB0 is #B7854F. Grayscale: #707070. Windows color (decimal): -12027216 or 11565640. OLE color: 11565640.
HSL color Cylindrical-coordinate representation of color #487AB0: hue angle of 211.15º 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 #487AB0 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 122 | 176 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.31 |
| HSL | 211.15º | 0.42% | 0.49% | - |
| HSV(B) | 211.15º | 0.59% | 0.69% | - |
| XYZ | 17.47 | 18.43 | 43.71 | - |
| YUV | 113.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 176 | 0.59 | 0.31 | 0 | 0.31 | 211.15 | 0.42 | 0.49 |
| Hex | 48 | 7A | B0 | 3B | 1F | 0 | 1F | D3 | 2A | 31 |
| Octal | 110 | 172 | 260 | 73 | 37 | 0 | 37 | 323 | 52 | 61 |
| Binary | 1001000 | 1111010 | 10110000 | 111011 | 11111 | 0 | 11111 | 11010011 | 101010 | 110001 |
Color Harmonies of #487AB0
Complementary color
Monochromatic Colors of #487AB0
Black with #487AB0
Text Example
Text Example
White with #487AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487AB0; }
p { color: rgb(72,122,176); }
H1.HeaderClassName
{
color: #487AB0;
}
.AnyTagClassName
{
color: #487AB0;
}
</style>
background-color css
<style>
a { background-color: #487AB0; }
a { background-color: rgb(72,122,176); }
div.DivClassName
{
background-color: #487AB0;
}
.BgClassName
{
background-color: #487AB0;
}
</style>
border-color css
<style>
span { border-color: #487AB0; }
span { border-color: rgb(72,122,176); }
td.TdClassName
{
border-color: #487AB0;
}
.TagClassName
{
border-color: #487AB0;
}
</style>