#457DAD

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

Shades of Steel Blue #457DAD

Tints of Steel Blue #457DAD

Color information

#457DAD (or 0x457DAD) is unknown color: approx Steel Blue. HEX triplet: 45, 7D and AD. RGB value is (69,125,173). Sum of RGB (Red+Green+Blue) = 69+125+173=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #457DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457DAD is #BA8252. Grayscale: #717171. Windows color (decimal): -12223059 or 11369797. OLE color: 11369797.

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

Color convert

RGB69125173-
CMYK0.600.2800.32
HSL207.69º42.98%47.45%-
HSV(B)207.69º60.12%67.84%-
XYZ17.3318.9542.28-
YUV113.73161.4596.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.80%
GREEN value IS 125 (49.22% from 255) = 34.06%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=18.80%
G=34.06%
B=47.14%

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
Decimal691251730.600.2800.32207.6942.9847.45
Hex457DAD3C1C020d02b2f
Octal10517525574340403205357
Binary100010111111011010110111110011100010000011010000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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