Shades of Steel Blue #498BC3
Tints of Steel Blue #498BC3
RGB
CMYK
RGB Variations
Color information
#498BC3 (or 0x498BC3) is known color: Steel Blue. HEX triplet: 49, 8B and C3. RGB value is (73,139,195). Sum of RGB (Red+Green+Blue) = 73+139+195=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #498BC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498BC3 is #B6743C. Grayscale: #7D7D7D. Windows color (decimal): -11957309 or 12815177. OLE color: 12815177.
HSL color Cylindrical-coordinate representation of color #498BC3: hue angle of 207.54º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498BC3 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 139 | 195 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.24 |
| HSL | 207.54º | 0.5% | 0.53% | - |
| HSV(B) | 207.54º | 0.63% | 0.76% | - |
| XYZ | 21.83 | 23.82 | 55.08 | - |
| YUV | 125.65 | 167.13 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 195 | 0.63 | 0.29 | 0 | 0.24 | 207.54 | 0.5 | 0.53 |
| Hex | 49 | 8B | C3 | 3F | 1D | 0 | 18 | D0 | 32 | 35 |
| Octal | 111 | 213 | 303 | 77 | 35 | 0 | 30 | 320 | 62 | 65 |
| Binary | 1001001 | 10001011 | 11000011 | 111111 | 11101 | 0 | 11000 | 11010000 | 110010 | 110101 |
Color Harmonies of #498BC3
Complementary color
Monochromatic Colors of #498BC3
Black with #498BC3
Text Example
Text Example
White with #498BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498BC3; }
p { color: rgb(73,139,195); }
H1.HeaderClassName
{
color: #498BC3;
}
.AnyTagClassName
{
color: #498BC3;
}
</style>
background-color css
<style>
a { background-color: #498BC3; }
a { background-color: rgb(73,139,195); }
div.DivClassName
{
background-color: #498BC3;
}
.BgClassName
{
background-color: #498BC3;
}
</style>
border-color css
<style>
span { border-color: #498BC3; }
span { border-color: rgb(73,139,195); }
td.TdClassName
{
border-color: #498BC3;
}
.TagClassName
{
border-color: #498BC3;
}
</style>