#497DB5

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

Shades of Steel Blue #497DB5

Tints of Steel Blue #497DB5

Color information

#497DB5 (or 0x497DB5) is unknown color: approx Steel Blue. HEX triplet: 49, 7D and B5. RGB value is (73,125,181). Sum of RGB (Red+Green+Blue) = 73+125+181=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #497DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DB5 is #B6824A. Grayscale: #737373. Windows color (decimal): -11960907 or 11894089. OLE color: 11894089.

HSL color Cylindrical-coordinate representation of color #497DB5: hue angle of 211.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #497DB5 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB73125181-
CMYK0.600.3100.29
HSL211.11º42.52%49.8%-
HSV(B)211.11º59.67%70.98%-
XYZ18.4219.4246.49-
YUV115.84164.7797.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 181 (71.09% from 255) = 47.76%
R=19.26%
G=32.98%
B=47.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731251810.600.3100.29211.1142.5249.8
Hex497DB53C1F01Dd32b32
Octal11117526574370353235362
Binary10010011111101101101011111001111101110111010011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,125,181); }

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

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

 a { background-color: rgb(73,125,181); }

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

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

 span { border-color: rgb(73,125,181); }

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