Shades of Steel Blue #4786BE
Tints of Steel Blue #4786BE
RGB
CMYK
RGB Variations
Color information
#4786BE (or 0x4786BE) is known color: Steel Blue. HEX triplet: 47, 86 and BE. RGB value is (71,134,190). Sum of RGB (Red+Green+Blue) = 71+134+190=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #4786BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4786BE is #B87941. Grayscale: #797979. Windows color (decimal): -12089666 or 12486215. OLE color: 12486215.
HSL color Cylindrical-coordinate representation of color #4786BE: hue angle of 208.24º degrees, saturation: 0.48, 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 #4786BE is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 134 | 190 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.25 |
| HSL | 208.24º | 0.48% | 0.51% | - |
| HSV(B) | 208.24º | 0.63% | 0.75% | - |
| XYZ | 20.42 | 22.11 | 51.91 | - |
| YUV | 121.55 | 166.63 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 190 | 0.63 | 0.29 | 0 | 0.25 | 208.24 | 0.48 | 0.51 |
| Hex | 47 | 86 | BE | 3F | 1D | 0 | 19 | D0 | 30 | 33 |
| Octal | 107 | 206 | 276 | 77 | 35 | 0 | 31 | 320 | 60 | 63 |
| Binary | 1000111 | 10000110 | 10111110 | 111111 | 11101 | 0 | 11001 | 11010000 | 110000 | 110011 |
Color Harmonies of #4786BE
Complementary color
Monochromatic Colors of #4786BE
Black with #4786BE
Text Example
Text Example
White with #4786BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4786BE; }
p { color: rgb(71,134,190); }
H1.HeaderClassName
{
color: #4786BE;
}
.AnyTagClassName
{
color: #4786BE;
}
</style>
background-color css
<style>
a { background-color: #4786BE; }
a { background-color: rgb(71,134,190); }
div.DivClassName
{
background-color: #4786BE;
}
.BgClassName
{
background-color: #4786BE;
}
</style>
border-color css
<style>
span { border-color: #4786BE; }
span { border-color: rgb(71,134,190); }
td.TdClassName
{
border-color: #4786BE;
}
.TagClassName
{
border-color: #4786BE;
}
</style>