Shades of Steel Blue #4987B7
Tints of Steel Blue #4987B7
RGB
CMYK
RGB Variations
Color information
#4987B7 (or 0x4987B7) is known color: Steel Blue. HEX triplet: 49, 87 and B7. RGB value is (73,135,183). Sum of RGB (Red+Green+Blue) = 73+135+183=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 183 - color contains mainly: blue. Hex color #4987B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4987B7 is #B67848. Grayscale: #797979. Windows color (decimal): -11958345 or 12027721. OLE color: 12027721.
HSL color Cylindrical-coordinate representation of color #4987B7: hue angle of 206.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4987B7 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 135 | 183 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.28 |
| HSL | 206.18º | 0.43% | 0.5% | - |
| HSV(B) | 206.18º | 0.6% | 0.72% | - |
| XYZ | 19.96 | 22.16 | 48.03 | - |
| YUV | 121.93 | 162.46 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 183 | 0.60 | 0.26 | 0 | 0.28 | 206.18 | 0.43 | 0.5 |
| Hex | 49 | 87 | B7 | 3C | 1A | 0 | 1C | CE | 2B | 32 |
| Octal | 111 | 207 | 267 | 74 | 32 | 0 | 34 | 316 | 53 | 62 |
| Binary | 1001001 | 10000111 | 10110111 | 111100 | 11010 | 0 | 11100 | 11001110 | 101011 | 110010 |
Color Harmonies of #4987B7
Complementary color
Monochromatic Colors of #4987B7
Black with #4987B7
Text Example
Text Example
White with #4987B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4987B7; }
p { color: rgb(73,135,183); }
H1.HeaderClassName
{
color: #4987B7;
}
.AnyTagClassName
{
color: #4987B7;
}
</style>
background-color css
<style>
a { background-color: #4987B7; }
a { background-color: rgb(73,135,183); }
div.DivClassName
{
background-color: #4987B7;
}
.BgClassName
{
background-color: #4987B7;
}
</style>
border-color css
<style>
span { border-color: #4987B7; }
span { border-color: rgb(73,135,183); }
td.TdClassName
{
border-color: #4987B7;
}
.TagClassName
{
border-color: #4987B7;
}
</style>