#457CB4

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

Shades of Steel Blue #457CB4

Tints of Steel Blue #457CB4

Color information

#457CB4 (or 0x457CB4) is unknown color: approx Steel Blue. HEX triplet: 45, 7C and B4. RGB value is (69,124,180). Sum of RGB (Red+Green+Blue) = 69+124+180=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #457CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CB4 is #BA834B. Grayscale: #717171. Windows color (decimal): -12223308 or 11828293. OLE color: 11828293.

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

Color convert

RGB69124180-
CMYK0.620.3100.29
HSL210.27º44.58%48.82%-
HSV(B)210.27º61.67%70.59%-
XYZ17.918.9845.9-
YUV113.94165.2895.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.50%
GREEN value IS 124 (48.83% from 255) = 33.24%
BLUE value IS 180 (70.70% from 255) = 48.26%
R=18.50%
G=33.24%
B=48.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal691241800.620.3100.29210.2744.5848.82
Hex457CB43E1F01Dd22d31
Octal10517426476370353225561
Binary10001011111100101101001111101111101110111010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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