#497BBD

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

Shades of Steel Blue #497BBD

Tints of Steel Blue #497BBD

Color information

#497BBD (or 0x497BBD) is unknown color: approx Steel Blue. HEX triplet: 49, 7B and BD. RGB value is (73,123,189). Sum of RGB (Red+Green+Blue) = 73+123+189=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #497BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BBD is #B68442. Grayscale: #737373. Windows color (decimal): -11961411 or 12417865. OLE color: 12417865.

HSL color Cylindrical-coordinate representation of color #497BBD: hue angle of 214.14º 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 #497BBD is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB73123189-
CMYK0.610.3500.26
HSL214.14º46.77%51.37%-
HSV(B)214.14º61.38%74.12%-
XYZ19.0219.2650.86-
YUV115.57169.4497.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=18.96%
G=31.95%
B=49.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731231890.610.3500.26214.1446.7751.37
Hex497BBD3D2301Ad62f33
Octal11117327575430323265763
Binary100100111110111011110111110110001101101011010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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