Shades of Steel Blue #4686BF
Tints of Steel Blue #4686BF
RGB
CMYK
RGB Variations
Color information
#4686BF (or 0x4686BF) is known color: Steel Blue. HEX triplet: 46, 86 and BF. RGB value is (70,134,191). Sum of RGB (Red+Green+Blue) = 70+134+191=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #4686BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4686BF is #B97940. Grayscale: #797979. Windows color (decimal): -12155201 or 12551750. OLE color: 12551750.
HSL color Cylindrical-coordinate representation of color #4686BF: hue angle of 208.26º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4686BF is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 134 | 191 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.25 |
| HSL | 208.26º | 0.49% | 0.51% | - |
| HSV(B) | 208.26º | 0.63% | 0.75% | - |
| XYZ | 20.45 | 22.11 | 52.48 | - |
| YUV | 121.36 | 167.3 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 191 | 0.63 | 0.30 | 0 | 0.25 | 208.26 | 0.49 | 0.51 |
| Hex | 46 | 86 | BF | 3F | 1E | 0 | 19 | D0 | 31 | 33 |
| Octal | 106 | 206 | 277 | 77 | 36 | 0 | 31 | 320 | 61 | 63 |
| Binary | 1000110 | 10000110 | 10111111 | 111111 | 11110 | 0 | 11001 | 11010000 | 110001 | 110011 |
Color Harmonies of #4686BF
Complementary color
Monochromatic Colors of #4686BF
Black with #4686BF
Text Example
Text Example
White with #4686BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4686BF; }
p { color: rgb(70,134,191); }
H1.HeaderClassName
{
color: #4686BF;
}
.AnyTagClassName
{
color: #4686BF;
}
</style>
background-color css
<style>
a { background-color: #4686BF; }
a { background-color: rgb(70,134,191); }
div.DivClassName
{
background-color: #4686BF;
}
.BgClassName
{
background-color: #4686BF;
}
</style>
border-color css
<style>
span { border-color: #4686BF; }
span { border-color: rgb(70,134,191); }
td.TdClassName
{
border-color: #4686BF;
}
.TagClassName
{
border-color: #4686BF;
}
</style>