#498EBC

Color #498EBC Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #498EBC

Tints of Steel Blue #498EBC

Color information

#498EBC (or 0x498EBC) is unknown color: approx 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

RGB73142188-
CMYK0.610.2400.26
HSL204º46.18%51.18%-
HSV(B)204º61.17%73.73%-
XYZ21.524.3951.15-
YUV126.61162.6489.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 18.11%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 188 (73.83% from 255) = 46.65%
R=18.11%
G=35.24%
B=46.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731421880.610.2400.2620446.1851.18
Hex498EBC3D1801Acc2e33
Octal11121627475300323145663
Binary100100110001110101111001111011100001101011001100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>