#497AAB

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

Shades of Steel Blue #497AAB

Tints of Steel Blue #497AAB

Color information

#497AAB (or 0x497AAB) is unknown color: approx Steel Blue. HEX triplet: 49, 7A and AB. RGB value is (73,122,171). Sum of RGB (Red+Green+Blue) = 73+122+171=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #497AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497AAB is #B68554. Grayscale: #707070. Windows color (decimal): -11961685 or 11237961. OLE color: 11237961.

HSL color Cylindrical-coordinate representation of color #497AAB: hue angle of 210º 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 #497AAB is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73122171-
CMYK0.570.2900.33
HSL210º40.16%47.84%-
HSV(B)210º57.31%67.06%-
XYZ17.0618.2841.16-
YUV112.93160.7799.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.95%
GREEN value IS 122 (48.05% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=19.95%
G=33.33%
B=46.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731221710.570.2900.3321040.1647.84
Hex497AAB391D021d22830
Octal11117225371350413225060
Binary100100111110101010101111100111101010000111010010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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