#457CA4

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

Shades of Steel Blue #457CA4

Tints of Steel Blue #457CA4

Color information

#457CA4 (or 0x457CA4) is unknown color: approx Steel Blue. HEX triplet: 45, 7C and A4. RGB value is (69,124,164). Sum of RGB (Red+Green+Blue) = 69+124+164=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 164 - color contains mainly: blue. Hex color #457CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457CA4 is #BA835B. Grayscale: #6F6F6F. Windows color (decimal): -12223324 or 10779717. OLE color: 10779717.

HSL color Cylindrical-coordinate representation of color #457CA4: hue angle of 205.26º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #457CA4 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB69124164-
CMYK0.580.2400.36
HSL205.26º40.77%45.69%-
HSV(B)205.26º57.93%64.31%-
XYZ16.3618.3637.8-
YUV112.12157.2897.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.33%
GREEN value IS 124 (48.83% from 255) = 34.73%
BLUE value IS 164 (64.45% from 255) = 45.94%
R=19.33%
G=34.73%
B=45.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691241640.580.2400.36205.2640.7745.69
Hex457CA43A18024cd292e
Octal10517424472300443155156
Binary100010111111001010010011101011000010010011001101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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