#457ab8

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

Shades of Steel Blue #457AB8

Tints of Steel Blue #457AB8

Color information

#457AB8 (or 0x457AB8) is unknown color: approx Steel Blue. HEX triplet: 45, 7A and B8. RGB value is (69,122,184). Sum of RGB (Red+Green+Blue) = 69+122+184=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #457AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457AB8 is #BA8547. Grayscale: #707070. Windows color (decimal): -12223816 or 12089925. OLE color: 12089925.

HSL color Cylindrical-coordinate representation of color #457AB8: hue angle of 212.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #457AB8 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB69122184-
CMYK0.620.3400.28
HSL212.35º45.45%49.61%-
HSV(B)212.35º62.5%72.16%-
XYZ18.0718.6447.99-
YUV113.22167.9496.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 184 (72.27% from 255) = 49.07%
R=18.4%
G=32.53%
B=49.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal691221840.620.3400.28212.3545.4549.61
Hex457AB83E2201Cd42d32
Octal10517227076420343245562
Binary100010111110101011100011111010001001110011010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457ab8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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