#497AAA

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

Shades of Steel Blue #497AAA

Tints of Steel Blue #497AAA

Color information

#497AAA (or 0x497AAA) is unknown color: approx Steel Blue. HEX triplet: 49, 7A and AA. RGB value is (73,122,170). Sum of RGB (Red+Green+Blue) = 73+122+170=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #497AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497AAA is #B68555. Grayscale: #707070. Windows color (decimal): -11961686 or 11172425. OLE color: 11172425.

HSL color Cylindrical-coordinate representation of color #497AAA: hue angle of 209.69º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #497AAA is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73122170-
CMYK0.570.2800.33
HSL209.69º39.92%47.65%-
HSV(B)209.69º57.06%66.67%-
XYZ16.9618.2440.66-
YUV112.82160.2799.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=20%
G=33.42%
B=46.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731221700.570.2800.33209.6939.9247.65
Hex497AAA391C021d22830
Octal11117225271340413225060
Binary100100111110101010101011100111100010000111010010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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