Shades of Steel Blue #498FBA
Tints of Steel Blue #498FBA
RGB
CMYK
RGB Variations
Color information
#498FBA (or 0x498FBA) is known color: Steel Blue. HEX triplet: 49, 8F and BA. RGB value is (73,143,186). Sum of RGB (Red+Green+Blue) = 73+143+186=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #498FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FBA is #B67045. Grayscale: #7E7E7E. Windows color (decimal): -11956294 or 12226377. OLE color: 12226377.
HSL color Cylindrical-coordinate representation of color #498FBA: hue angle of 202.83º degrees, saturation: 0.45, 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 #498FBA is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 143 | 186 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.27 |
| HSL | 202.83º | 0.45% | 0.51% | - |
| HSV(B) | 202.83º | 0.61% | 0.73% | - |
| XYZ | 21.43 | 24.61 | 50.07 | - |
| YUV | 126.97 | 161.31 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 186 | 0.61 | 0.23 | 0 | 0.27 | 202.83 | 0.45 | 0.51 |
| Hex | 49 | 8F | BA | 3D | 17 | 0 | 1B | CB | 2D | 33 |
| Octal | 111 | 217 | 272 | 75 | 27 | 0 | 33 | 313 | 55 | 63 |
| Binary | 1001001 | 10001111 | 10111010 | 111101 | 10111 | 0 | 11011 | 11001011 | 101101 | 110011 |
Color Harmonies of #498FBA
Complementary color
Monochromatic Colors of #498FBA
Black with #498FBA
Text Example
Text Example
White with #498FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FBA; }
p { color: rgb(73,143,186); }
H1.HeaderClassName
{
color: #498FBA;
}
.AnyTagClassName
{
color: #498FBA;
}
</style>
background-color css
<style>
a { background-color: #498FBA; }
a { background-color: rgb(73,143,186); }
div.DivClassName
{
background-color: #498FBA;
}
.BgClassName
{
background-color: #498FBA;
}
</style>
border-color css
<style>
span { border-color: #498FBA; }
span { border-color: rgb(73,143,186); }
td.TdClassName
{
border-color: #498FBA;
}
.TagClassName
{
border-color: #498FBA;
}
</style>