#497FC0

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

Shades of Steel Blue #497FC0

Tints of Steel Blue #497FC0

Color information

#497FC0 (or 0x497FC0) is unknown color: approx Steel Blue. HEX triplet: 49, 7F and C0. RGB value is (73,127,192). Sum of RGB (Red+Green+Blue) = 73+127+192=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #497FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FC0 is #B6803F. Grayscale: #757575. Windows color (decimal): -11960384 or 12615497. OLE color: 12615497.

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

Color convert

RGB73127192-
CMYK0.620.3400.25
HSL212.77º48.57%51.96%-
HSV(B)212.77º61.98%75.29%-
XYZ19.8520.452.76-
YUV118.26169.6195.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.62%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 192 (75.39% from 255) = 48.98%
R=18.62%
G=32.40%
B=48.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731271920.620.3400.25212.7748.5751.96
Hex497FC03E22019d53134
Octal11117730076420313256164
Binary100100111111111100000011111010001001100111010101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,127,192); }

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

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

 a { background-color: rgb(73,127,192); }

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

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

 span { border-color: rgb(73,127,192); }

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