#497CAC

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

Shades of Steel Blue #497CAC

Tints of Steel Blue #497CAC

Color information

#497CAC (or 0x497CAC) is unknown color: approx Steel Blue. HEX triplet: 49, 7C and AC. RGB value is (73,124,172). Sum of RGB (Red+Green+Blue) = 73+124+172=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #497CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497CAC is #B68353. Grayscale: #717171. Windows color (decimal): -11961172 or 11304009. OLE color: 11304009.

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

Color convert

RGB73124172-
CMYK0.580.2800.33
HSL209.09º40.41%48.04%-
HSV(B)209.09º57.56%67.45%-
XYZ17.418.8141.74-
YUV114.22160.698.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.78%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=19.78%
G=33.60%
B=46.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731241720.580.2800.33209.0940.4148.04
Hex497CAC3A1C021d12830
Octal11117425472340413215060
Binary100100111111001010110011101011100010000111010001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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