#457FB6

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

Shades of Steel Blue #457FB6

Tints of Steel Blue #457FB6

Color information

#457FB6 (or 0x457FB6) is unknown color: approx Steel Blue. HEX triplet: 45, 7F and B6. RGB value is (69,127,182). Sum of RGB (Red+Green+Blue) = 69+127+182=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #457FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457FB6 is #BA8049. Grayscale: #737373. Windows color (decimal): -12222538 or 11960133. OLE color: 11960133.

HSL color Cylindrical-coordinate representation of color #457FB6: hue angle of 209.2º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #457FB6 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB69127182-
CMYK0.620.3000.29
HSL209.2º45.02%49.22%-
HSV(B)209.2º62.09%71.37%-
XYZ18.4919.8247.11-
YUV115.93165.2894.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.25%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 182 (71.48% from 255) = 48.15%
R=18.25%
G=33.60%
B=48.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal691271820.620.3000.29209.245.0249.22
Hex457FB63E1E01Dd12d31
Octal10517726676360353215561
Binary10001011111111101101101111101111001110111010001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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