Shades of Steel Blue #498BBA
Tints of Steel Blue #498BBA
RGB
CMYK
RGB Variations
Color information
#498BBA (or 0x498BBA) is known color: Steel Blue. HEX triplet: 49, 8B and BA. RGB value is (73,139,186). Sum of RGB (Red+Green+Blue) = 73+139+186=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #498BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498BBA is #B67445. Grayscale: #7C7C7C. Windows color (decimal): -11957318 or 12225353. OLE color: 12225353.
HSL color Cylindrical-coordinate representation of color #498BBA: hue angle of 204.96º 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 #498BBA is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 139 | 186 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.27 |
| HSL | 204.96º | 0.45% | 0.51% | - |
| HSV(B) | 204.96º | 0.61% | 0.73% | - |
| XYZ | 20.84 | 23.43 | 49.88 | - |
| YUV | 124.62 | 162.63 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 186 | 0.61 | 0.25 | 0 | 0.27 | 204.96 | 0.45 | 0.51 |
| Hex | 49 | 8B | BA | 3D | 19 | 0 | 1B | CD | 2D | 33 |
| Octal | 111 | 213 | 272 | 75 | 31 | 0 | 33 | 315 | 55 | 63 |
| Binary | 1001001 | 10001011 | 10111010 | 111101 | 11001 | 0 | 11011 | 11001101 | 101101 | 110011 |
Color Harmonies of #498BBA
Complementary color
Monochromatic Colors of #498BBA
Black with #498BBA
Text Example
Text Example
White with #498BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498BBA; }
p { color: rgb(73,139,186); }
H1.HeaderClassName
{
color: #498BBA;
}
.AnyTagClassName
{
color: #498BBA;
}
</style>
background-color css
<style>
a { background-color: #498BBA; }
a { background-color: rgb(73,139,186); }
div.DivClassName
{
background-color: #498BBA;
}
.BgClassName
{
background-color: #498BBA;
}
</style>
border-color css
<style>
span { border-color: #498BBA; }
span { border-color: rgb(73,139,186); }
td.TdClassName
{
border-color: #498BBA;
}
.TagClassName
{
border-color: #498BBA;
}
</style>