#457AB4

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

Shades of Steel Blue #457AB4

Tints of Steel Blue #457AB4

Color information

#457AB4 (or 0x457AB4) is unknown color: approx Steel Blue. HEX triplet: 45, 7A and B4. RGB value is (69,122,180). Sum of RGB (Red+Green+Blue) = 69+122+180=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #457AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457AB4 is #BA854B. Grayscale: #707070. Windows color (decimal): -12223820 or 11827781. OLE color: 11827781.

HSL color Cylindrical-coordinate representation of color #457AB4: hue angle of 211.35º 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 #457AB4 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB69122180-
CMYK0.620.3200.29
HSL211.35º44.58%48.82%-
HSV(B)211.35º61.67%70.59%-
XYZ17.6518.4845.82-
YUV112.76165.9496.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.60%
GREEN value IS 122 (48.05% from 255) = 32.88%
BLUE value IS 180 (70.70% from 255) = 48.52%
R=18.60%
G=32.88%
B=48.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal691221800.620.3200.29211.3544.5848.82
Hex457AB43E2001Dd32d31
Octal10517226476400353235561
Binary100010111110101011010011111010000001110111010011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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