Shades of Steel Blue #4987BC
Tints of Steel Blue #4987BC
RGB
CMYK
RGB Variations
Color information
#4987BC (or 0x4987BC) is known color: Steel Blue. HEX triplet: 49, 87 and BC. RGB value is (73,135,188). Sum of RGB (Red+Green+Blue) = 73+135+188=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #4987BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4987BC is #B67843. Grayscale: #7A7A7A. Windows color (decimal): -11958340 or 12355401. OLE color: 12355401.
HSL color Cylindrical-coordinate representation of color #4987BC: hue angle of 207.65º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4987BC is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 135 | 188 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.26 |
| HSL | 207.65º | 0.46% | 0.51% | - |
| HSV(B) | 207.65º | 0.61% | 0.74% | - |
| XYZ | 20.49 | 22.38 | 50.82 | - |
| YUV | 122.5 | 164.96 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 188 | 0.61 | 0.28 | 0 | 0.26 | 207.65 | 0.46 | 0.51 |
| Hex | 49 | 87 | BC | 3D | 1C | 0 | 1A | D0 | 2E | 33 |
| Octal | 111 | 207 | 274 | 75 | 34 | 0 | 32 | 320 | 56 | 63 |
| Binary | 1001001 | 10000111 | 10111100 | 111101 | 11100 | 0 | 11010 | 11010000 | 101110 | 110011 |
Color Harmonies of #4987BC
Complementary color
Monochromatic Colors of #4987BC
Black with #4987BC
Text Example
Text Example
White with #4987BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4987BC; }
p { color: rgb(73,135,188); }
H1.HeaderClassName
{
color: #4987BC;
}
.AnyTagClassName
{
color: #4987BC;
}
</style>
background-color css
<style>
a { background-color: #4987BC; }
a { background-color: rgb(73,135,188); }
div.DivClassName
{
background-color: #4987BC;
}
.BgClassName
{
background-color: #4987BC;
}
</style>
border-color css
<style>
span { border-color: #4987BC; }
span { border-color: rgb(73,135,188); }
td.TdClassName
{
border-color: #4987BC;
}
.TagClassName
{
border-color: #4987BC;
}
</style>