Shades of Steel Blue #487BA0
Tints of Steel Blue #487BA0
RGB
CMYK
RGB Variations
Color information
#487BA0 (or 0x487BA0) is known color: Steel Blue. HEX triplet: 48, 7B and A0. RGB value is (72,123,160). Sum of RGB (Red+Green+Blue) = 72+123+160=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #487BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487BA0 is #B7845F. Grayscale: #6F6F6F. Windows color (decimal): -12026976 or 10517320. OLE color: 10517320.
HSL color Cylindrical-coordinate representation of color #487BA0: hue angle of 205.23º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #487BA0 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 123 | 160 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.37 |
| HSL | 205.23º | 0.38% | 0.45% | - |
| HSV(B) | 205.23º | 0.55% | 0.63% | - |
| XYZ | 16.1 | 18.08 | 35.9 | - |
| YUV | 111.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 160 | 0.55 | 0.23 | 0 | 0.37 | 205.23 | 0.38 | 0.45 |
| Hex | 48 | 7B | A0 | 37 | 17 | 0 | 25 | CD | 26 | 2D |
| Octal | 110 | 173 | 240 | 67 | 27 | 0 | 45 | 315 | 46 | 55 |
| Binary | 1001000 | 1111011 | 10100000 | 110111 | 10111 | 0 | 100101 | 11001101 | 100110 | 101101 |
Color Harmonies of #487BA0
Complementary color
Monochromatic Colors of #487BA0
Black with #487BA0
Text Example
Text Example
White with #487BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BA0; }
p { color: rgb(72,123,160); }
H1.HeaderClassName
{
color: #487BA0;
}
.AnyTagClassName
{
color: #487BA0;
}
</style>
background-color css
<style>
a { background-color: #487BA0; }
a { background-color: rgb(72,123,160); }
div.DivClassName
{
background-color: #487BA0;
}
.BgClassName
{
background-color: #487BA0;
}
</style>
border-color css
<style>
span { border-color: #487BA0; }
span { border-color: rgb(72,123,160); }
td.TdClassName
{
border-color: #487BA0;
}
.TagClassName
{
border-color: #487BA0;
}
</style>