Shades of Steel Blue #487FAB
Tints of Steel Blue #487FAB
RGB
CMYK
RGB Variations
Color information
#487FAB (or 0x487FAB) is known color: Steel Blue. HEX triplet: 48, 7F and AB. RGB value is (72,127,171). Sum of RGB (Red+Green+Blue) = 72+127+171=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #487FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487FAB is #B78054. Grayscale: #737373. Windows color (decimal): -12025941 or 11239240. OLE color: 11239240.
HSL color Cylindrical-coordinate representation of color #487FAB: hue angle of 206.67º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #487FAB is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 127 | 171 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.33 |
| HSL | 206.67º | 0.41% | 0.48% | - |
| HSV(B) | 206.67º | 0.58% | 0.67% | - |
| XYZ | 17.61 | 19.5 | 41.36 | - |
| YUV | 115.57 | 159.28 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 171 | 0.58 | 0.26 | 0 | 0.33 | 206.67 | 0.41 | 0.48 |
| Hex | 48 | 7F | AB | 3A | 1A | 0 | 21 | CF | 29 | 30 |
| Octal | 110 | 177 | 253 | 72 | 32 | 0 | 41 | 317 | 51 | 60 |
| Binary | 1001000 | 1111111 | 10101011 | 111010 | 11010 | 0 | 100001 | 11001111 | 101001 | 110000 |
Color Harmonies of #487FAB
Complementary color
Monochromatic Colors of #487FAB
Black with #487FAB
Text Example
Text Example
White with #487FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487FAB; }
p { color: rgb(72,127,171); }
H1.HeaderClassName
{
color: #487FAB;
}
.AnyTagClassName
{
color: #487FAB;
}
</style>
background-color css
<style>
a { background-color: #487FAB; }
a { background-color: rgb(72,127,171); }
div.DivClassName
{
background-color: #487FAB;
}
.BgClassName
{
background-color: #487FAB;
}
</style>
border-color css
<style>
span { border-color: #487FAB; }
span { border-color: rgb(72,127,171); }
td.TdClassName
{
border-color: #487FAB;
}
.TagClassName
{
border-color: #487FAB;
}
</style>