#457DAE

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

Shades of Steel Blue #457DAE

Tints of Steel Blue #457DAE

Color information

#457DAE (or 0x457DAE) is unknown color: approx Steel Blue. HEX triplet: 45, 7D and AE. RGB value is (69,125,174). Sum of RGB (Red+Green+Blue) = 69+125+174=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #457DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457DAE is #BA8251. Grayscale: #717171. Windows color (decimal): -12223058 or 11435333. OLE color: 11435333.

HSL color Cylindrical-coordinate representation of color #457DAE: hue angle of 208º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #457DAE is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB69125174-
CMYK0.600.2800.32
HSL208º43.21%47.65%-
HSV(B)208º60.34%68.24%-
XYZ17.4318.9942.79-
YUV113.84161.9596.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 125 (49.22% from 255) = 33.97%
BLUE value IS 174 (68.36% from 255) = 47.28%
R=18.75%
G=33.97%
B=47.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691251740.600.2800.3220843.2147.65
Hex457DAE3C1C020d02b30
Octal10517525674340403205360
Binary100010111111011010111011110011100010000011010000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,125,174); }

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

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

 a { background-color: rgb(69,125,174); }

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

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

 span { border-color: rgb(69,125,174); }

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