#457BB1

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

Shades of Steel Blue #457BB1

Tints of Steel Blue #457BB1

Color information

#457BB1 (or 0x457BB1) is unknown color: approx Steel Blue. HEX triplet: 45, 7B and B1. RGB value is (69,123,177). Sum of RGB (Red+Green+Blue) = 69+123+177=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: blue. Hex color #457BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457BB1 is #BA844E. Grayscale: #707070. Windows color (decimal): -12223567 or 11631429. OLE color: 11631429.

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

Color convert

RGB69123177-
CMYK0.610.3100.31
HSL210º43.9%48.24%-
HSV(B)210º61.02%69.41%-
XYZ17.4718.6144.27-
YUV113.01164.1196.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.70%
GREEN value IS 123 (48.44% from 255) = 33.33%
BLUE value IS 177 (69.53% from 255) = 47.97%
R=18.70%
G=33.33%
B=47.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691231770.610.3100.3121043.948.24
Hex457BB13D1F01Fd22c30
Octal10517326175370373225460
Binary10001011111011101100011111011111101111111010010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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