#457DB4

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

Shades of Steel Blue #457DB4

Tints of Steel Blue #457DB4

Color information

#457DB4 (or 0x457DB4) is unknown color: approx Steel Blue. HEX triplet: 45, 7D and B4. RGB value is (69,125,180). Sum of RGB (Red+Green+Blue) = 69+125+180=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #457DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DB4 is #BA824B. Grayscale: #727272. Windows color (decimal): -12223052 or 11828549. OLE color: 11828549.

HSL color Cylindrical-coordinate representation of color #457DB4: hue angle of 209.73º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #457DB4 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB69125180-
CMYK0.620.3100.29
HSL209.73º44.58%48.82%-
HSV(B)209.73º61.67%70.59%-
XYZ18.0319.2345.94-
YUV114.53164.9595.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.45%
GREEN value IS 125 (49.22% from 255) = 33.42%
BLUE value IS 180 (70.70% from 255) = 48.13%
R=18.45%
G=33.42%
B=48.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal691251800.620.3100.29209.7344.5848.82
Hex457DB43E1F01Dd22d31
Octal10517526476370353225561
Binary10001011111101101101001111101111101110111010010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,125,180); }

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

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

 a { background-color: rgb(69,125,180); }

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

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

 span { border-color: rgb(69,125,180); }

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