Shades of Steel Blue #498EBC
Tints of Steel Blue #498EBC
RGB
CMYK
RGB Variations
Color information
#498EBC (or 0x498EBC) is known color: Steel Blue. HEX triplet: 49, 8E and BC. RGB value is (73,142,188). Sum of RGB (Red+Green+Blue) = 73+142+188=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #498EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498EBC is #B67143. Grayscale: #7E7E7E. Windows color (decimal): -11956548 or 12357193. OLE color: 12357193.
HSL color Cylindrical-coordinate representation of color #498EBC: hue angle of 204º degrees, saturation: 0.46, 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 #498EBC is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 142 | 188 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.26 |
| HSL | 204º | 0.46% | 0.51% | - |
| HSV(B) | 204º | 0.61% | 0.74% | - |
| XYZ | 21.5 | 24.39 | 51.15 | - |
| YUV | 126.61 | 162.64 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 188 | 0.61 | 0.24 | 0 | 0.26 | 204 | 0.46 | 0.51 |
| Hex | 49 | 8E | BC | 3D | 18 | 0 | 1A | CC | 2E | 33 |
| Octal | 111 | 216 | 274 | 75 | 30 | 0 | 32 | 314 | 56 | 63 |
| Binary | 1001001 | 10001110 | 10111100 | 111101 | 11000 | 0 | 11010 | 11001100 | 101110 | 110011 |
Color Harmonies of #498EBC
Complementary color
Monochromatic Colors of #498EBC
Black with #498EBC
Text Example
Text Example
White with #498EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498EBC; }
p { color: rgb(73,142,188); }
H1.HeaderClassName
{
color: #498EBC;
}
.AnyTagClassName
{
color: #498EBC;
}
</style>
background-color css
<style>
a { background-color: #498EBC; }
a { background-color: rgb(73,142,188); }
div.DivClassName
{
background-color: #498EBC;
}
.BgClassName
{
background-color: #498EBC;
}
</style>
border-color css
<style>
span { border-color: #498EBC; }
span { border-color: rgb(73,142,188); }
td.TdClassName
{
border-color: #498EBC;
}
.TagClassName
{
border-color: #498EBC;
}
</style>