Shades of Steel Blue #498CBE
Tints of Steel Blue #498CBE
RGB
CMYK
RGB Variations
Color information
#498CBE (or 0x498CBE) is known color: Steel Blue. HEX triplet: 49, 8C and BE. RGB value is (73,140,190). Sum of RGB (Red+Green+Blue) = 73+140+190=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #498CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CBE is #B67341. Grayscale: #7D7D7D. Windows color (decimal): -11957058 or 12487753. OLE color: 12487753.
HSL color Cylindrical-coordinate representation of color #498CBE: hue angle of 205.64º degrees, saturation: 0.47, 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 #498CBE is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 140 | 190 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.25 |
| HSL | 205.64º | 0.47% | 0.52% | - |
| HSV(B) | 205.64º | 0.62% | 0.75% | - |
| XYZ | 21.42 | 23.89 | 52.2 | - |
| YUV | 125.67 | 164.3 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 190 | 0.62 | 0.26 | 0 | 0.25 | 205.64 | 0.47 | 0.52 |
| Hex | 49 | 8C | BE | 3E | 1A | 0 | 19 | CE | 2F | 34 |
| Octal | 111 | 214 | 276 | 76 | 32 | 0 | 31 | 316 | 57 | 64 |
| Binary | 1001001 | 10001100 | 10111110 | 111110 | 11010 | 0 | 11001 | 11001110 | 101111 | 110100 |
Color Harmonies of #498CBE
Complementary color
Monochromatic Colors of #498CBE
Black with #498CBE
Text Example
Text Example
White with #498CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498CBE; }
p { color: rgb(73,140,190); }
H1.HeaderClassName
{
color: #498CBE;
}
.AnyTagClassName
{
color: #498CBE;
}
</style>
background-color css
<style>
a { background-color: #498CBE; }
a { background-color: rgb(73,140,190); }
div.DivClassName
{
background-color: #498CBE;
}
.BgClassName
{
background-color: #498CBE;
}
</style>
border-color css
<style>
span { border-color: #498CBE; }
span { border-color: rgb(73,140,190); }
td.TdClassName
{
border-color: #498CBE;
}
.TagClassName
{
border-color: #498CBE;
}
</style>