#457EAE

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

Shades of Steel Blue #457EAE

Tints of Steel Blue #457EAE

Color information

#457EAE (or 0x457EAE) is unknown color: approx Steel Blue. HEX triplet: 45, 7E and AE. RGB value is (69,126,174). Sum of RGB (Red+Green+Blue) = 69+126+174=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #457EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457EAE is #BA8151. Grayscale: #727272. Windows color (decimal): -12222802 or 11435589. OLE color: 11435589.

HSL color Cylindrical-coordinate representation of color #457EAE: hue angle of 207.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #457EAE is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB69126174-
CMYK0.600.2800.32
HSL207.43º43.21%47.65%-
HSV(B)207.43º60.34%68.24%-
XYZ17.5619.2442.83-
YUV114.43161.6295.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.70%
GREEN value IS 126 (49.61% from 255) = 34.15%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=18.70%
G=34.15%
B=47.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691261740.600.2800.32207.4343.2147.65
Hex457EAE3C1C020cf2b30
Octal10517625674340403175360
Binary100010111111101010111011110011100010000011001111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457EAE; }

 p { color: rgb(69,126,174); }

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

<style>
 a { background-color: #457EAE; }

 a { background-color: rgb(69,126,174); }

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

<style>
 span { border-color: #457EAE; }

 span { border-color: rgb(69,126,174); }

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