Shades of Steel Blue #4986BD
Tints of Steel Blue #4986BD
RGB
CMYK
RGB Variations
Color information
#4986BD (or 0x4986BD) is known color: Steel Blue. HEX triplet: 49, 86 and BD. RGB value is (73,134,189). Sum of RGB (Red+Green+Blue) = 73+134+189=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #4986BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4986BD is #B67942. Grayscale: #797979. Windows color (decimal): -11958595 or 12420681. OLE color: 12420681.
HSL color Cylindrical-coordinate representation of color #4986BD: hue angle of 208.45º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4986BD is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 134 | 189 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.26 |
| HSL | 208.45º | 0.47% | 0.51% | - |
| HSV(B) | 208.45º | 0.61% | 0.74% | - |
| XYZ | 20.46 | 22.14 | 51.34 | - |
| YUV | 122.03 | 165.79 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 189 | 0.61 | 0.29 | 0 | 0.26 | 208.45 | 0.47 | 0.51 |
| Hex | 49 | 86 | BD | 3D | 1D | 0 | 1A | D0 | 2F | 33 |
| Octal | 111 | 206 | 275 | 75 | 35 | 0 | 32 | 320 | 57 | 63 |
| Binary | 1001001 | 10000110 | 10111101 | 111101 | 11101 | 0 | 11010 | 11010000 | 101111 | 110011 |
Color Harmonies of #4986BD
Complementary color
Monochromatic Colors of #4986BD
Black with #4986BD
Text Example
Text Example
White with #4986BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4986BD; }
p { color: rgb(73,134,189); }
H1.HeaderClassName
{
color: #4986BD;
}
.AnyTagClassName
{
color: #4986BD;
}
</style>
background-color css
<style>
a { background-color: #4986BD; }
a { background-color: rgb(73,134,189); }
div.DivClassName
{
background-color: #4986BD;
}
.BgClassName
{
background-color: #4986BD;
}
</style>
border-color css
<style>
span { border-color: #4986BD; }
span { border-color: rgb(73,134,189); }
td.TdClassName
{
border-color: #4986BD;
}
.TagClassName
{
border-color: #4986BD;
}
</style>