#497FBD

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

Shades of Steel Blue #497FBD

Tints of Steel Blue #497FBD

Color information

#497FBD (or 0x497FBD) is unknown color: approx Steel Blue. HEX triplet: 49, 7F and BD. RGB value is (73,127,189). Sum of RGB (Red+Green+Blue) = 73+127+189=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #497FBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FBD is #B68042. Grayscale: #757575. Windows color (decimal): -11960387 or 12418889. OLE color: 12418889.

HSL color Cylindrical-coordinate representation of color #497FBD: hue angle of 212.07º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #497FBD is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB73127189-
CMYK0.610.3300.26
HSL212.07º46.77%51.37%-
HSV(B)212.07º61.38%74.12%-
XYZ19.5220.2751.03-
YUV117.92168.1195.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.77%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 189 (74.22% from 255) = 48.59%
R=18.77%
G=32.65%
B=48.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731271890.610.3300.26212.0746.7751.37
Hex497FBD3D2101Ad42f33
Octal11117727575410323245763
Binary100100111111111011110111110110000101101011010100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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