#457AC3

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

Shades of Steel Blue #457AC3

Tints of Steel Blue #457AC3

Color information

#457AC3 (or 0x457AC3) is unknown color: approx Steel Blue. HEX triplet: 45, 7A and C3. RGB value is (69,122,195). Sum of RGB (Red+Green+Blue) = 69+122+195=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #457AC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457AC3 is #BA853C. Grayscale: #727272. Windows color (decimal): -12223805 or 12810821. OLE color: 12810821.

HSL color Cylindrical-coordinate representation of color #457AC3: hue angle of 214.76º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #457AC3 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB69122195-
CMYK0.650.3700.24
HSL214.76º51.22%51.76%-
HSV(B)214.76º64.62%76.47%-
XYZ19.2619.1254.31-
YUV114.48173.4495.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.88%
GREEN value IS 122 (48.05% from 255) = 31.61%
BLUE value IS 195 (76.56% from 255) = 50.52%
R=17.88%
G=31.61%
B=50.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691221950.650.3700.24214.7651.2251.76
Hex457AC34125018d73334
Octal105172303101450303276364
Binary1000101111101011000011100000110010101100011010111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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