#457AA5

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

Shades of Steel Blue #457AA5

Tints of Steel Blue #457AA5

Color information

#457AA5 (or 0x457AA5) is unknown color: approx Steel Blue. HEX triplet: 45, 7A and A5. RGB value is (69,122,165). Sum of RGB (Red+Green+Blue) = 69+122+165=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #457AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457AA5 is #BA855A. Grayscale: #6E6E6E. Windows color (decimal): -12223835 or 10844741. OLE color: 10844741.

HSL color Cylindrical-coordinate representation of color #457AA5: hue angle of 206.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #457AA5 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB69122165-
CMYK0.580.2600.35
HSL206.88º41.03%45.88%-
HSV(B)206.88º58.18%64.71%-
XYZ16.2117.938.2-
YUV111.06158.4498-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.38%
GREEN value IS 122 (48.05% from 255) = 34.27%
BLUE value IS 165 (64.84% from 255) = 46.35%
R=19.38%
G=34.27%
B=46.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691221650.580.2600.35206.8841.0345.88
Hex457AA53A1A023cf292e
Octal10517224572320433175156
Binary100010111110101010010111101011010010001111001111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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