Shades of Steel Blue #487BA3
Tints of Steel Blue #487BA3
RGB
CMYK
RGB Variations
Color information
#487BA3 (or 0x487BA3) is known color: Steel Blue. HEX triplet: 48, 7B and A3. RGB value is (72,123,163). Sum of RGB (Red+Green+Blue) = 72+123+163=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 163 - color contains mainly: blue. Hex color #487BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487BA3 is #B7845C. Grayscale: #707070. Windows color (decimal): -12026973 or 10713928. OLE color: 10713928.
HSL color Cylindrical-coordinate representation of color #487BA3: hue angle of 206.37º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #487BA3 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 123 | 163 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.36 |
| HSL | 206.37º | 0.39% | 0.46% | - |
| HSV(B) | 206.37º | 0.56% | 0.64% | - |
| XYZ | 16.37 | 18.19 | 37.3 | - |
| YUV | 112.31 | 156.6 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 163 | 0.56 | 0.25 | 0 | 0.36 | 206.37 | 0.39 | 0.46 |
| Hex | 48 | 7B | A3 | 38 | 19 | 0 | 24 | CE | 27 | 2E |
| Octal | 110 | 173 | 243 | 70 | 31 | 0 | 44 | 316 | 47 | 56 |
| Binary | 1001000 | 1111011 | 10100011 | 111000 | 11001 | 0 | 100100 | 11001110 | 100111 | 101110 |
Color Harmonies of #487BA3
Complementary color
Monochromatic Colors of #487BA3
Black with #487BA3
Text Example
Text Example
White with #487BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487BA3; }
p { color: rgb(72,123,163); }
H1.HeaderClassName
{
color: #487BA3;
}
.AnyTagClassName
{
color: #487BA3;
}
</style>
background-color css
<style>
a { background-color: #487BA3; }
a { background-color: rgb(72,123,163); }
div.DivClassName
{
background-color: #487BA3;
}
.BgClassName
{
background-color: #487BA3;
}
</style>
border-color css
<style>
span { border-color: #487BA3; }
span { border-color: rgb(72,123,163); }
td.TdClassName
{
border-color: #487BA3;
}
.TagClassName
{
border-color: #487BA3;
}
</style>