#457CAA

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

Shades of Steel Blue #457CAA

Tints of Steel Blue #457CAA

Color information

#457CAA (or 0x457CAA) is unknown color: approx Steel Blue. HEX triplet: 45, 7C and AA. RGB value is (69,124,170). Sum of RGB (Red+Green+Blue) = 69+124+170=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #457CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457CAA is #BA8355. Grayscale: #707070. Windows color (decimal): -12223318 or 11172933. OLE color: 11172933.

HSL color Cylindrical-coordinate representation of color #457CAA: hue angle of 207.33º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #457CAA is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69124170-
CMYK0.590.2700.33
HSL207.33º42.26%46.86%-
HSV(B)207.33º59.41%66.67%-
XYZ16.9218.5840.73-
YUV112.8160.2896.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.01%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 170 (66.80% from 255) = 46.83%
R=19.01%
G=34.16%
B=46.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691241700.590.2700.33207.3342.2646.86
Hex457CAA3B1B021cf2a2f
Octal10517425273330413175257
Binary100010111111001010101011101111011010000111001111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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