#457bbb

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

Shades of Steel Blue #457BBB

Tints of Steel Blue #457BBB

Color information

#457BBB (or 0x457BBB) is unknown color: approx Steel Blue. HEX triplet: 45, 7B and BB. RGB value is (69,123,187). Sum of RGB (Red+Green+Blue) = 69+123+187=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #457BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457BBB is #BA8444. Grayscale: #717171. Windows color (decimal): -12223557 or 12286789. OLE color: 12286789.

HSL color Cylindrical-coordinate representation of color #457BBB: hue angle of 212.54º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #457BBB is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB69123187-
CMYK0.630.3400.27
HSL212.54º46.46%50.2%-
HSV(B)212.54º63.1%73.33%-
XYZ18.5119.0249.71-
YUV114.15169.1195.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.21%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=18.21%
G=32.45%
B=49.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691231870.630.3400.27212.5446.4650.2
Hex457BBB3F2201Bd52e32
Octal10517327377420333255662
Binary100010111110111011101111111110001001101111010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457bbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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