#497EBA

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

Shades of Steel Blue #497EBA

Tints of Steel Blue #497EBA

Color information

#497EBA (or 0x497EBA) is unknown color: approx Steel Blue. HEX triplet: 49, 7E and BA. RGB value is (73,126,186). Sum of RGB (Red+Green+Blue) = 73+126+186=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #497EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EBA is #B68145. Grayscale: #747474. Windows color (decimal): -11960646 or 12222025. OLE color: 12222025.

HSL color Cylindrical-coordinate representation of color #497EBA: hue angle of 211.86º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #497EBA is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73126186-
CMYK0.610.3200.27
HSL211.86º45.02%50.78%-
HSV(B)211.86º60.75%72.94%-
XYZ19.0719.8849.29-
YUV116.99166.9496.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=18.96%
G=32.73%
B=48.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731261860.610.3200.27211.8645.0250.78
Hex497EBA3D2001Bd42d33
Octal11117627275400333245563
Binary100100111111101011101011110110000001101111010100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497EBA; }

 p { color: rgb(73,126,186); }

 H1.HeaderClassName
 {
   color: #497EBA;
 }
 .AnyTagClassName
 {
   color: #497EBA;
 }
</style>
background-color css

<style>
 a { background-color: #497EBA; }

 a { background-color: rgb(73,126,186); }

 div.DivClassName
 {
   background-color: #497EBA;
 }
 .BgClassName
 {
   background-color: #497EBA;
 }
</style>
border-color css

<style>
 span { border-color: #497EBA; }

 span { border-color: rgb(73,126,186); }

 td.TdClassName
 {
   border-color: #497EBA;
 }
 .TagClassName
 {
   border-color: #497EBA;
 }
</style>