Shades of Steel Blue #4985BD
Tints of Steel Blue #4985BD
RGB
CMYK
RGB Variations
Color information
#4985BD (or 0x4985BD) is known color: Steel Blue. HEX triplet: 49, 85 and BD. RGB value is (73,133,189). Sum of RGB (Red+Green+Blue) = 73+133+189=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #4985BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4985BD is #B67A42. Grayscale: #797979. Windows color (decimal): -11958851 or 12420425. OLE color: 12420425.
HSL color Cylindrical-coordinate representation of color #4985BD: hue angle of 208.97º 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 #4985BD is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 133 | 189 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.26 |
| HSL | 208.97º | 0.47% | 0.51% | - |
| HSV(B) | 208.97º | 0.61% | 0.74% | - |
| XYZ | 20.32 | 21.87 | 51.29 | - |
| YUV | 121.44 | 166.12 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 189 | 0.61 | 0.30 | 0 | 0.26 | 208.97 | 0.47 | 0.51 |
| Hex | 49 | 85 | BD | 3D | 1E | 0 | 1A | D1 | 2F | 33 |
| Octal | 111 | 205 | 275 | 75 | 36 | 0 | 32 | 321 | 57 | 63 |
| Binary | 1001001 | 10000101 | 10111101 | 111101 | 11110 | 0 | 11010 | 11010001 | 101111 | 110011 |
Color Harmonies of #4985BD
Complementary color
Monochromatic Colors of #4985BD
Black with #4985BD
Text Example
Text Example
White with #4985BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4985BD; }
p { color: rgb(73,133,189); }
H1.HeaderClassName
{
color: #4985BD;
}
.AnyTagClassName
{
color: #4985BD;
}
</style>
background-color css
<style>
a { background-color: #4985BD; }
a { background-color: rgb(73,133,189); }
div.DivClassName
{
background-color: #4985BD;
}
.BgClassName
{
background-color: #4985BD;
}
</style>
border-color css
<style>
span { border-color: #4985BD; }
span { border-color: rgb(73,133,189); }
td.TdClassName
{
border-color: #4985BD;
}
.TagClassName
{
border-color: #4985BD;
}
</style>