#457CB8

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

Shades of Steel Blue #457CB8

Tints of Steel Blue #457CB8

Color information

#457CB8 (or 0x457CB8) is unknown color: approx Steel Blue. HEX triplet: 45, 7C and B8. RGB value is (69,124,184). Sum of RGB (Red+Green+Blue) = 69+124+184=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #457CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CB8 is #BA8347. Grayscale: #727272. Windows color (decimal): -12223304 or 12090437. OLE color: 12090437.

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

Color convert

RGB69124184-
CMYK0.620.3300.28
HSL211.3º45.45%49.61%-
HSV(B)211.3º62.5%72.16%-
XYZ18.3119.1448.08-
YUV114.4167.2895.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.30%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 184 (72.27% from 255) = 48.81%
R=18.30%
G=32.89%
B=48.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal691241840.620.3300.28211.345.4549.61
Hex457CB83E2101Cd32d32
Octal10517427076410343235562
Binary100010111111001011100011111010000101110011010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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