#497CBE

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

Shades of Steel Blue #497CBE

Tints of Steel Blue #497CBE

Color information

#497CBE (or 0x497CBE) is unknown color: approx Steel Blue. HEX triplet: 49, 7C and BE. RGB value is (73,124,190). Sum of RGB (Red+Green+Blue) = 73+124+190=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #497CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CBE is #B68341. Grayscale: #737373. Windows color (decimal): -11961154 or 12483657. OLE color: 12483657.

HSL color Cylindrical-coordinate representation of color #497CBE: hue angle of 213.85º 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 #497CBE is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73124190-
CMYK0.620.3500.25
HSL213.85º47.37%51.57%-
HSV(B)213.85º61.58%74.51%-
XYZ19.2519.5551.47-
YUV116.28169.697.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.86%
GREEN value IS 124 (48.83% from 255) = 32.04%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=18.86%
G=32.04%
B=49.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731241900.620.3500.25213.8547.3751.57
Hex497CBE3E23019d62f34
Octal11117427676430313265764
Binary100100111111001011111011111010001101100111010110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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