#457CAB

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

Shades of Steel Blue #457CAB

Tints of Steel Blue #457CAB

Color information

#457CAB (or 0x457CAB) is unknown color: approx Steel Blue. HEX triplet: 45, 7C and AB. RGB value is (69,124,171). Sum of RGB (Red+Green+Blue) = 69+124+171=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #457CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457CAB is #BA8354. Grayscale: #707070. Windows color (decimal): -12223317 or 11238469. OLE color: 11238469.

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

Color convert

RGB69124171-
CMYK0.600.2700.33
HSL207.65º42.5%47.06%-
HSV(B)207.65º59.65%67.06%-
XYZ17.0118.6241.23-
YUV112.91160.7896.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.96%
GREEN value IS 124 (48.83% from 255) = 34.07%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=18.96%
G=34.07%
B=46.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691241710.600.2700.33207.6542.547.06
Hex457CAB3C1B021d02a2f
Octal10517425374330413205257
Binary100010111111001010101111110011011010000111010000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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