#457FA5

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

Shades of Steel Blue #457FA5

Tints of Steel Blue #457FA5

Color information

#457FA5 (or 0x457FA5) is unknown color: approx Steel Blue. HEX triplet: 45, 7F and A5. RGB value is (69,127,165). Sum of RGB (Red+Green+Blue) = 69+127+165=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 165 - color contains mainly: blue. Hex color #457FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457FA5 is #BA805A. Grayscale: #717171. Windows color (decimal): -12222555 or 10846021. OLE color: 10846021.

HSL color Cylindrical-coordinate representation of color #457FA5: hue angle of 203.75º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #457FA5 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB69127165-
CMYK0.580.2300.35
HSL203.75º41.03%45.88%-
HSV(B)203.75º58.18%64.71%-
XYZ16.8419.1638.41-
YUV113.99156.7895.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.11%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 165 (64.84% from 255) = 45.71%
R=19.11%
G=35.18%
B=45.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691271650.580.2300.35203.7541.0345.88
Hex457FA53A17023cc292e
Octal10517724572270433145156
Binary100010111111111010010111101010111010001111001100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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