Shades of Steel Blue #498CBF
Tints of Steel Blue #498CBF
RGB
CMYK
RGB Variations
Color information
#498CBF (or 0x498CBF) is known color: Steel Blue. HEX triplet: 49, 8C and BF. RGB value is (73,140,191). Sum of RGB (Red+Green+Blue) = 73+140+191=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #498CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CBF is #B67340. Grayscale: #7D7D7D. Windows color (decimal): -11957057 or 12553289. OLE color: 12553289.
HSL color Cylindrical-coordinate representation of color #498CBF: hue angle of 205.93º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #498CBF is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 140 | 191 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.25 |
| HSL | 205.93º | 0.48% | 0.52% | - |
| HSV(B) | 205.93º | 0.62% | 0.75% | - |
| XYZ | 21.53 | 23.93 | 52.78 | - |
| YUV | 125.78 | 164.8 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 191 | 0.62 | 0.27 | 0 | 0.25 | 205.93 | 0.48 | 0.52 |
| Hex | 49 | 8C | BF | 3E | 1B | 0 | 19 | CE | 30 | 34 |
| Octal | 111 | 214 | 277 | 76 | 33 | 0 | 31 | 316 | 60 | 64 |
| Binary | 1001001 | 10001100 | 10111111 | 111110 | 11011 | 0 | 11001 | 11001110 | 110000 | 110100 |
Color Harmonies of #498CBF
Complementary color
Monochromatic Colors of #498CBF
Black with #498CBF
Text Example
Text Example
White with #498CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498CBF; }
p { color: rgb(73,140,191); }
H1.HeaderClassName
{
color: #498CBF;
}
.AnyTagClassName
{
color: #498CBF;
}
</style>
background-color css
<style>
a { background-color: #498CBF; }
a { background-color: rgb(73,140,191); }
div.DivClassName
{
background-color: #498CBF;
}
.BgClassName
{
background-color: #498CBF;
}
</style>
border-color css
<style>
span { border-color: #498CBF; }
span { border-color: rgb(73,140,191); }
td.TdClassName
{
border-color: #498CBF;
}
.TagClassName
{
border-color: #498CBF;
}
</style>