#457CAD

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

Shades of Steel Blue #457CAD

Tints of Steel Blue #457CAD

Color information

#457CAD (or 0x457CAD) is unknown color: approx Steel Blue. HEX triplet: 45, 7C and AD. RGB value is (69,124,173). Sum of RGB (Red+Green+Blue) = 69+124+173=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #457CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457CAD is #BA8352. Grayscale: #707070. Windows color (decimal): -12223315 or 11369541. OLE color: 11369541.

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

Color convert

RGB69124173-
CMYK0.600.2800.32
HSL208.27º42.98%47.45%-
HSV(B)208.27º60.12%67.84%-
XYZ17.218.742.24-
YUV113.14161.7896.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.85%
GREEN value IS 124 (48.83% from 255) = 33.88%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=18.85%
G=33.88%
B=47.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691241730.600.2800.32208.2742.9847.45
Hex457CAD3C1C020d02b2f
Octal10517425574340403205357
Binary100010111111001010110111110011100010000011010000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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