Shades of Steel Blue #4786BD
Tints of Steel Blue #4786BD
RGB
CMYK
RGB Variations
Color information
#4786BD (or 0x4786BD) is known color: Steel Blue. HEX triplet: 47, 86 and BD. RGB value is (71,134,189). Sum of RGB (Red+Green+Blue) = 71+134+189=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #4786BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4786BD is #B87942. Grayscale: #797979. Windows color (decimal): -12089667 or 12420679. OLE color: 12420679.
HSL color Cylindrical-coordinate representation of color #4786BD: hue angle of 207.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4786BD is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 134 | 189 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.26 |
| HSL | 207.97º | 0.47% | 0.51% | - |
| HSV(B) | 207.97º | 0.62% | 0.74% | - |
| XYZ | 20.31 | 22.06 | 51.33 | - |
| YUV | 121.43 | 166.13 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 189 | 0.62 | 0.29 | 0 | 0.26 | 207.97 | 0.47 | 0.51 |
| Hex | 47 | 86 | BD | 3E | 1D | 0 | 1A | D0 | 2F | 33 |
| Octal | 107 | 206 | 275 | 76 | 35 | 0 | 32 | 320 | 57 | 63 |
| Binary | 1000111 | 10000110 | 10111101 | 111110 | 11101 | 0 | 11010 | 11010000 | 101111 | 110011 |
Color Harmonies of #4786BD
Complementary color
Monochromatic Colors of #4786BD
Black with #4786BD
Text Example
Text Example
White with #4786BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4786BD; }
p { color: rgb(71,134,189); }
H1.HeaderClassName
{
color: #4786BD;
}
.AnyTagClassName
{
color: #4786BD;
}
</style>
background-color css
<style>
a { background-color: #4786BD; }
a { background-color: rgb(71,134,189); }
div.DivClassName
{
background-color: #4786BD;
}
.BgClassName
{
background-color: #4786BD;
}
</style>
border-color css
<style>
span { border-color: #4786BD; }
span { border-color: rgb(71,134,189); }
td.TdClassName
{
border-color: #4786BD;
}
.TagClassName
{
border-color: #4786BD;
}
</style>