#457EAC

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

Shades of Steel Blue #457EAC

Tints of Steel Blue #457EAC

Color information

#457EAC (or 0x457EAC) is unknown color: approx Steel Blue. HEX triplet: 45, 7E and AC. RGB value is (69,126,172). Sum of RGB (Red+Green+Blue) = 69+126+172=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #457EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457EAC is #BA8153. Grayscale: #717171. Windows color (decimal): -12222804 or 11304517. OLE color: 11304517.

HSL color Cylindrical-coordinate representation of color #457EAC: hue angle of 206.8º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #457EAC is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69126172-
CMYK0.600.2700.33
HSL206.8º42.74%47.25%-
HSV(B)206.8º59.88%67.45%-
XYZ17.3619.1741.81-
YUV114.2160.6295.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.80%
GREEN value IS 126 (49.61% from 255) = 34.33%
BLUE value IS 172 (67.58% from 255) = 46.87%
R=18.80%
G=34.33%
B=46.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691261720.600.2700.33206.842.7447.25
Hex457EAC3C1B021cf2b2f
Octal10517625474330413175357
Binary100010111111101010110011110011011010000111001111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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