#497AB6

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

Shades of Steel Blue #497AB6

Tints of Steel Blue #497AB6

Color information

#497AB6 (or 0x497AB6) is unknown color: approx Steel Blue. HEX triplet: 49, 7A and B6. RGB value is (73,122,182). Sum of RGB (Red+Green+Blue) = 73+122+182=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #497AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497AB6 is #B68549. Grayscale: #717171. Windows color (decimal): -11961674 or 11958857. OLE color: 11958857.

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

Color convert

RGB73122182-
CMYK0.600.3300.29
HSL213.03º42.75%50%-
HSV(B)213.03º59.89%71.37%-
XYZ18.1518.7146.91-
YUV114.19166.2798.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 122 (48.05% from 255) = 32.36%
BLUE value IS 182 (71.48% from 255) = 48.28%
R=19.36%
G=32.36%
B=48.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731221820.600.3300.29213.0342.7550
Hex497AB63C2101Dd52b32
Octal11117226674410353255362
Binary100100111110101011011011110010000101110111010101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,122,182); }

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

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

 a { background-color: rgb(73,122,182); }

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

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

 span { border-color: rgb(73,122,182); }

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