#457EAF

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

Shades of Steel Blue #457EAF

Tints of Steel Blue #457EAF

Color information

#457EAF (or 0x457EAF) is unknown color: approx Steel Blue. HEX triplet: 45, 7E and AF. RGB value is (69,126,175). Sum of RGB (Red+Green+Blue) = 69+126+175=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #457EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457EAF is #BA8150. Grayscale: #727272. Windows color (decimal): -12222801 or 11501125. OLE color: 11501125.

HSL color Cylindrical-coordinate representation of color #457EAF: hue angle of 207.74º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #457EAF is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB69126175-
CMYK0.610.2800.31
HSL207.74º43.44%47.84%-
HSV(B)207.74º60.57%68.63%-
XYZ17.6519.2843.35-
YUV114.54162.1295.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.65%
GREEN value IS 126 (49.61% from 255) = 34.05%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=18.65%
G=34.05%
B=47.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691261750.610.2800.31207.7443.4447.84
Hex457EAF3D1C01Fd02b30
Octal10517625775340373205360
Binary10001011111110101011111111011110001111111010000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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