#457AAD

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

Shades of Steel Blue #457AAD

Tints of Steel Blue #457AAD

Color information

#457AAD (or 0x457AAD) is unknown color: approx Steel Blue. HEX triplet: 45, 7A and AD. RGB value is (69,122,173). Sum of RGB (Red+Green+Blue) = 69+122+173=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #457AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457AAD is #BA8552. Grayscale: #6F6F6F. Windows color (decimal): -12223827 or 11369029. OLE color: 11369029.

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

Color convert

RGB69122173-
CMYK0.600.2900.32
HSL209.42º42.98%47.45%-
HSV(B)209.42º60.12%67.84%-
XYZ16.9618.242.15-
YUV111.97162.4497.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.96%
GREEN value IS 122 (48.05% from 255) = 33.52%
BLUE value IS 173 (67.97% from 255) = 47.53%
R=18.96%
G=33.52%
B=47.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691221730.600.2900.32209.4242.9847.45
Hex457AAD3C1D020d12b2f
Octal10517225574350403215357
Binary100010111110101010110111110011101010000011010001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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