#457EB1

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

Shades of Steel Blue #457EB1

Tints of Steel Blue #457EB1

Color information

#457EB1 (or 0x457EB1) is unknown color: approx Steel Blue. HEX triplet: 45, 7E and B1. RGB value is (69,126,177). Sum of RGB (Red+Green+Blue) = 69+126+177=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #457EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457EB1 is #BA814E. Grayscale: #727272. Windows color (decimal): -12222799 or 11632197. OLE color: 11632197.

HSL color Cylindrical-coordinate representation of color #457EB1: hue angle of 208.33º degrees, saturation: 0.44, 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 #457EB1 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB69126177-
CMYK0.610.2900.31
HSL208.33º43.9%48.24%-
HSV(B)208.33º61.02%69.41%-
XYZ17.8519.3644.39-
YUV114.77163.1295.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.55%
GREEN value IS 126 (49.61% from 255) = 33.87%
BLUE value IS 177 (69.53% from 255) = 47.58%
R=18.55%
G=33.87%
B=47.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691261770.610.2900.31208.3343.948.24
Hex457EB13D1D01Fd02c30
Octal10517626175350373205460
Binary10001011111110101100011111011110101111111010000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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