#457ABE

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

Shades of Steel Blue #457ABE

Tints of Steel Blue #457ABE

Color information

#457ABE (or 0x457ABE) is unknown color: approx Steel Blue. HEX triplet: 45, 7A and BE. RGB value is (69,122,190). Sum of RGB (Red+Green+Blue) = 69+122+190=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #457ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457ABE is #BA8541. Grayscale: #717171. Windows color (decimal): -12223810 or 12483141. OLE color: 12483141.

HSL color Cylindrical-coordinate representation of color #457ABE: hue angle of 213.72º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #457ABE is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB69122190-
CMYK0.640.3600.25
HSL213.72º48.21%50.78%-
HSV(B)213.72º63.68%74.51%-
XYZ18.7118.951.38-
YUV113.9170.9495.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.11%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=18.11%
G=32.02%
B=49.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691221900.640.3600.25213.7248.2150.78
Hex457ABE4024019d63033
Octal105172276100440313266063
Binary1000101111101010111110100000010010001100111010110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,122,190); }

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

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

 a { background-color: rgb(69,122,190); }

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

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

 span { border-color: rgb(69,122,190); }

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