#457FBE

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

Shades of Steel Blue #457FBE

Tints of Steel Blue #457FBE

Color information

#457FBE (or 0x457FBE) is unknown color: approx Steel Blue. HEX triplet: 45, 7F and BE. RGB value is (69,127,190). Sum of RGB (Red+Green+Blue) = 69+127+190=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #457FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457FBE is #BA8041. Grayscale: #747474. Windows color (decimal): -12222530 or 12484421. OLE color: 12484421.

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

Color convert

RGB69127190-
CMYK0.640.3300.25
HSL211.24º48.21%50.78%-
HSV(B)211.24º63.68%74.51%-
XYZ19.3420.1651.59-
YUV116.84169.2893.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.88%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=17.88%
G=32.90%
B=49.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691271900.640.3300.25211.2448.2150.78
Hex457FBE4021019d33033
Octal105177276100410313236063
Binary1000101111111110111110100000010000101100111010011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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