Shades of Steel Blue #4587BC
Tints of Steel Blue #4587BC
RGB
CMYK
RGB Variations
Color information
#4587BC (or 0x4587BC) is known color: Steel Blue. HEX triplet: 45, 87 and BC. RGB value is (69,135,188). Sum of RGB (Red+Green+Blue) = 69+135+188=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #4587BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4587BC is #BA7843. Grayscale: #797979. Windows color (decimal): -12220484 or 12355397. OLE color: 12355397.
HSL color Cylindrical-coordinate representation of color #4587BC: hue angle of 206.72º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4587BC is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 135 | 188 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.26 |
| HSL | 206.72º | 0.47% | 0.5% | - |
| HSV(B) | 206.72º | 0.63% | 0.74% | - |
| XYZ | 20.2 | 22.22 | 50.8 | - |
| YUV | 121.31 | 165.63 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 135 | 188 | 0.63 | 0.28 | 0 | 0.26 | 206.72 | 0.47 | 0.5 |
| Hex | 45 | 87 | BC | 3F | 1C | 0 | 1A | CF | 2F | 32 |
| Octal | 105 | 207 | 274 | 77 | 34 | 0 | 32 | 317 | 57 | 62 |
| Binary | 1000101 | 10000111 | 10111100 | 111111 | 11100 | 0 | 11010 | 11001111 | 101111 | 110010 |
Color Harmonies of #4587BC
Complementary color
Monochromatic Colors of #4587BC
Black with #4587BC
Text Example
Text Example
White with #4587BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4587BC; }
p { color: rgb(69,135,188); }
H1.HeaderClassName
{
color: #4587BC;
}
.AnyTagClassName
{
color: #4587BC;
}
</style>
background-color css
<style>
a { background-color: #4587BC; }
a { background-color: rgb(69,135,188); }
div.DivClassName
{
background-color: #4587BC;
}
.BgClassName
{
background-color: #4587BC;
}
</style>
border-color css
<style>
span { border-color: #4587BC; }
span { border-color: rgb(69,135,188); }
td.TdClassName
{
border-color: #4587BC;
}
.TagClassName
{
border-color: #4587BC;
}
</style>