#457FAC

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

Shades of Steel Blue #457FAC

Tints of Steel Blue #457FAC

Color information

#457FAC (or 0x457FAC) is unknown color: approx Steel Blue. HEX triplet: 45, 7F and AC. RGB value is (69,127,172). Sum of RGB (Red+Green+Blue) = 69+127+172=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #457FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457FAC is #BA8053. Grayscale: #727272. Windows color (decimal): -12222548 or 11304773. OLE color: 11304773.

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

Color convert

RGB69127172-
CMYK0.600.2600.33
HSL206.21º42.74%47.25%-
HSV(B)206.21º59.88%67.45%-
XYZ17.4919.4241.86-
YUV114.79160.2895.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 127 (50% from 255) = 34.51%
BLUE value IS 172 (67.58% from 255) = 46.74%
R=18.75%
G=34.51%
B=46.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691271720.600.2600.33206.2142.7447.25
Hex457FAC3C1A021ce2b2f
Octal10517725474320413165357
Binary100010111111111010110011110011010010000111001110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,127,172); }

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

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

 a { background-color: rgb(69,127,172); }

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

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

 span { border-color: rgb(69,127,172); }

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