#497CB7

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

Shades of Steel Blue #497CB7

Tints of Steel Blue #497CB7

Color information

#497CB7 (or 0x497CB7) is unknown color: approx Steel Blue. HEX triplet: 49, 7C and B7. RGB value is (73,124,183). Sum of RGB (Red+Green+Blue) = 73+124+183=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 183 (71.88% from 255 or 48.16% from 380); Max value from RGB is 183 - color contains mainly: blue. Hex color #497CB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CB7 is #B68348. Grayscale: #737373. Windows color (decimal): -11961161 or 12024905. OLE color: 12024905.

HSL color Cylindrical-coordinate representation of color #497CB7: hue angle of 212.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #497CB7 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB73124183-
CMYK0.600.3200.28
HSL212.18º43.31%50.2%-
HSV(B)212.18º60.11%71.76%-
XYZ18.519.2547.54-
YUV115.48166.197.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.21%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 183 (71.88% from 255) = 48.16%
R=19.21%
G=32.63%
B=48.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal731241830.600.3200.28212.1843.3150.2
Hex497CB73C2001Cd42b32
Octal11117426774400343245362
Binary100100111111001011011111110010000001110011010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,124,183); }

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

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

 a { background-color: rgb(73,124,183); }

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

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

 span { border-color: rgb(73,124,183); }

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