#497FBB

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

Shades of Steel Blue #497FBB

Tints of Steel Blue #497FBB

Color information

#497FBB (or 0x497FBB) is unknown color: approx Steel Blue. HEX triplet: 49, 7F and BB. RGB value is (73,127,187). Sum of RGB (Red+Green+Blue) = 73+127+187=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #497FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FBB is #B68044. Grayscale: #757575. Windows color (decimal): -11960389 or 12287817. OLE color: 12287817.

HSL color Cylindrical-coordinate representation of color #497FBB: hue angle of 211.58º degrees, saturation: 0.46, 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 #497FBB is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73127187-
CMYK0.610.3200.27
HSL211.58º45.6%50.98%-
HSV(B)211.58º60.96%73.33%-
XYZ19.3120.1849.89-
YUV117.69167.1196.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.86%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 187 (73.44% from 255) = 48.32%
R=18.86%
G=32.82%
B=48.32%

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
Decimal731271870.610.3200.27211.5845.650.98
Hex497FBB3D2001Bd42e33
Octal11117727375400333245663
Binary100100111111111011101111110110000001101111010100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,127,187); }

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

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

 a { background-color: rgb(73,127,187); }

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

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

 span { border-color: rgb(73,127,187); }

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