#457CB2

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

Shades of Steel Blue #457CB2

Tints of Steel Blue #457CB2

Color information

#457CB2 (or 0x457CB2) is unknown color: approx Steel Blue. HEX triplet: 45, 7C and B2. RGB value is (69,124,178). Sum of RGB (Red+Green+Blue) = 69+124+178=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #457CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457CB2 is #BA834D. Grayscale: #717171. Windows color (decimal): -12223310 or 11697221. OLE color: 11697221.

HSL color Cylindrical-coordinate representation of color #457CB2: hue angle of 209.72º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #457CB2 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB69124178-
CMYK0.610.3000.30
HSL209.72º44.13%48.43%-
HSV(B)209.72º61.24%69.8%-
XYZ17.718.8944.83-
YUV113.71164.2896.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.60%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 178 (69.92% from 255) = 47.98%
R=18.60%
G=33.42%
B=47.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal691241780.610.3000.30209.7244.1348.43
Hex457CB23D1E01Ed22c30
Octal10517426275360363225460
Binary10001011111100101100101111011111001111011010010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,124,178); }

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

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

 a { background-color: rgb(69,124,178); }

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

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

 span { border-color: rgb(69,124,178); }

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