#457BBF

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

Shades of Steel Blue #457BBF

Tints of Steel Blue #457BBF

Color information

#457BBF (or 0x457BBF) is unknown color: approx Steel Blue. HEX triplet: 45, 7B and BF. RGB value is (69,123,191). Sum of RGB (Red+Green+Blue) = 69+123+191=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #457BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457BBF is #BA8440. Grayscale: #727272. Windows color (decimal): -12223553 or 12548933. OLE color: 12548933.

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

Color convert

RGB69123191-
CMYK0.640.3600.25
HSL213.44º48.8%50.98%-
HSV(B)213.44º63.87%74.9%-
XYZ18.9419.1952-
YUV114.61171.1195.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.02%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 191 (75% from 255) = 49.87%
R=18.02%
G=32.11%
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
Decimal691231910.640.3600.25213.4448.850.98
Hex457BBF4024019d53133
Octal105173277100440313256163
Binary1000101111101110111111100000010010001100111010101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,123,191); }

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

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

 a { background-color: rgb(69,123,191); }

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

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

 span { border-color: rgb(69,123,191); }

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