Shades of Steel Blue #4586BD
Tints of Steel Blue #4586BD
RGB
CMYK
RGB Variations
Color information
#4586BD (or 0x4586BD) is known color: Steel Blue. HEX triplet: 45, 86 and BD. RGB value is (69,134,189). Sum of RGB (Red+Green+Blue) = 69+134+189=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #4586BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4586BD is #BA7942. Grayscale: #787878. Windows color (decimal): -12220739 or 12420677. OLE color: 12420677.
HSL color Cylindrical-coordinate representation of color #4586BD: hue angle of 207.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4586BD is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 134 | 189 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.26 |
| HSL | 207.5º | 0.48% | 0.51% | - |
| HSV(B) | 207.5º | 0.63% | 0.74% | - |
| XYZ | 20.16 | 21.99 | 51.33 | - |
| YUV | 120.84 | 166.47 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 134 | 189 | 0.63 | 0.29 | 0 | 0.26 | 207.5 | 0.48 | 0.51 |
| Hex | 45 | 86 | BD | 3F | 1D | 0 | 1A | D0 | 30 | 33 |
| Octal | 105 | 206 | 275 | 77 | 35 | 0 | 32 | 320 | 60 | 63 |
| Binary | 1000101 | 10000110 | 10111101 | 111111 | 11101 | 0 | 11010 | 11010000 | 110000 | 110011 |
Color Harmonies of #4586BD
Complementary color
Monochromatic Colors of #4586BD
Black with #4586BD
Text Example
Text Example
White with #4586BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4586BD; }
p { color: rgb(69,134,189); }
H1.HeaderClassName
{
color: #4586BD;
}
.AnyTagClassName
{
color: #4586BD;
}
</style>
background-color css
<style>
a { background-color: #4586BD; }
a { background-color: rgb(69,134,189); }
div.DivClassName
{
background-color: #4586BD;
}
.BgClassName
{
background-color: #4586BD;
}
</style>
border-color css
<style>
span { border-color: #4586BD; }
span { border-color: rgb(69,134,189); }
td.TdClassName
{
border-color: #4586BD;
}
.TagClassName
{
border-color: #4586BD;
}
</style>