Shades of Steel Blue #498DBB
Tints of Steel Blue #498DBB
RGB
CMYK
RGB Variations
Color information
#498DBB (or 0x498DBB) is known color: Steel Blue. HEX triplet: 49, 8D and BB. RGB value is (73,141,187). Sum of RGB (Red+Green+Blue) = 73+141+187=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #498DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498DBB is #B67244. Grayscale: #7D7D7D. Windows color (decimal): -11956805 or 12291401. OLE color: 12291401.
HSL color Cylindrical-coordinate representation of color #498DBB: hue angle of 204.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #498DBB is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 141 | 187 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.27 |
| HSL | 204.21º | 0.46% | 0.51% | - |
| HSV(B) | 204.21º | 0.61% | 0.73% | - |
| XYZ | 21.24 | 24.05 | 50.54 | - |
| YUV | 125.91 | 162.47 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 187 | 0.61 | 0.25 | 0 | 0.27 | 204.21 | 0.46 | 0.51 |
| Hex | 49 | 8D | BB | 3D | 19 | 0 | 1B | CC | 2E | 33 |
| Octal | 111 | 215 | 273 | 75 | 31 | 0 | 33 | 314 | 56 | 63 |
| Binary | 1001001 | 10001101 | 10111011 | 111101 | 11001 | 0 | 11011 | 11001100 | 101110 | 110011 |
Color Harmonies of #498DBB
Complementary color
Monochromatic Colors of #498DBB
Black with #498DBB
Text Example
Text Example
White with #498DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498DBB; }
p { color: rgb(73,141,187); }
H1.HeaderClassName
{
color: #498DBB;
}
.AnyTagClassName
{
color: #498DBB;
}
</style>
background-color css
<style>
a { background-color: #498DBB; }
a { background-color: rgb(73,141,187); }
div.DivClassName
{
background-color: #498DBB;
}
.BgClassName
{
background-color: #498DBB;
}
</style>
border-color css
<style>
span { border-color: #498DBB; }
span { border-color: rgb(73,141,187); }
td.TdClassName
{
border-color: #498DBB;
}
.TagClassName
{
border-color: #498DBB;
}
</style>