Shades of Steel Blue #498CB5
Tints of Steel Blue #498CB5
RGB
CMYK
RGB Variations
Color information
#498CB5 (or 0x498CB5) is known color: Steel Blue. HEX triplet: 49, 8C and B5. RGB value is (73,140,181). Sum of RGB (Red+Green+Blue) = 73+140+181=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #498CB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CB5 is #B6734A. Grayscale: #7C7C7C. Windows color (decimal): -11957067 or 11897929. OLE color: 11897929.
HSL color Cylindrical-coordinate representation of color #498CB5: hue angle of 202.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #498CB5 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 140 | 181 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.29 |
| HSL | 202.78º | 0.43% | 0.5% | - |
| HSV(B) | 202.78º | 0.6% | 0.71% | - |
| XYZ | 20.47 | 23.51 | 47.18 | - |
| YUV | 124.64 | 159.8 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 181 | 0.60 | 0.23 | 0 | 0.29 | 202.78 | 0.43 | 0.5 |
| Hex | 49 | 8C | B5 | 3C | 17 | 0 | 1D | CB | 2B | 32 |
| Octal | 111 | 214 | 265 | 74 | 27 | 0 | 35 | 313 | 53 | 62 |
| Binary | 1001001 | 10001100 | 10110101 | 111100 | 10111 | 0 | 11101 | 11001011 | 101011 | 110010 |
Color Harmonies of #498CB5
Complementary color
Monochromatic Colors of #498CB5
Black with #498CB5
Text Example
Text Example
White with #498CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498CB5; }
p { color: rgb(73,140,181); }
H1.HeaderClassName
{
color: #498CB5;
}
.AnyTagClassName
{
color: #498CB5;
}
</style>
background-color css
<style>
a { background-color: #498CB5; }
a { background-color: rgb(73,140,181); }
div.DivClassName
{
background-color: #498CB5;
}
.BgClassName
{
background-color: #498CB5;
}
</style>
border-color css
<style>
span { border-color: #498CB5; }
span { border-color: rgb(73,140,181); }
td.TdClassName
{
border-color: #498CB5;
}
.TagClassName
{
border-color: #498CB5;
}
</style>