#457CAC

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

Shades of Steel Blue #457CAC

Tints of Steel Blue #457CAC

Color information

#457CAC (or 0x457CAC) is unknown color: approx Steel Blue. HEX triplet: 45, 7C and AC. RGB value is (69,124,172). Sum of RGB (Red+Green+Blue) = 69+124+172=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #457CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457CAC is #BA8353. Grayscale: #707070. Windows color (decimal): -12223316 or 11304005. OLE color: 11304005.

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

Color convert

RGB69124172-
CMYK0.600.2800.33
HSL207.96º42.74%47.25%-
HSV(B)207.96º59.88%67.45%-
XYZ17.1118.6641.73-
YUV113.03161.2896.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.90%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 172 (67.58% from 255) = 47.12%
R=18.90%
G=33.97%
B=47.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691241720.600.2800.33207.9642.7447.25
Hex457CAC3C1C021d02b2f
Octal10517425474340413205357
Binary100010111111001010110011110011100010000111010000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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