#457FB1

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

Shades of Steel Blue #457FB1

Tints of Steel Blue #457FB1

Color information

#457FB1 (or 0x457FB1) is unknown color: approx Steel Blue. HEX triplet: 45, 7F and B1. RGB value is (69,127,177). Sum of RGB (Red+Green+Blue) = 69+127+177=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #457FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457FB1 is #BA804E. Grayscale: #737373. Windows color (decimal): -12222543 or 11632453. OLE color: 11632453.

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

Color convert

RGB69127177-
CMYK0.610.2800.31
HSL207.78º43.9%48.24%-
HSV(B)207.78º61.02%69.41%-
XYZ17.9819.6244.43-
YUV115.36162.7894.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.50%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 177 (69.53% from 255) = 47.45%
R=18.50%
G=34.05%
B=47.45%

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
Decimal691271770.610.2800.31207.7843.948.24
Hex457FB13D1C01Fd02c30
Octal10517726175340373205460
Binary10001011111111101100011111011110001111111010000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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