#457BC4

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

Shades of Steel Blue #457BC4

Tints of Steel Blue #457BC4

Color information

#457BC4 (or 0x457BC4) is unknown color: approx Steel Blue. HEX triplet: 45, 7B and C4. RGB value is (69,123,196). Sum of RGB (Red+Green+Blue) = 69+123+196=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 196 (76.95% from 255 or 50.52% from 388); Max value from RGB is 196 - color contains mainly: blue. Hex color #457BC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457BC4 is #BA843B. Grayscale: #727272. Windows color (decimal): -12223548 or 12876613. OLE color: 12876613.

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

Color convert

RGB69123196-
CMYK0.650.3700.23
HSL214.49º51.84%51.96%-
HSV(B)214.49º64.8%76.86%-
XYZ19.519.4254.94-
YUV115.18173.6195.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.78%
GREEN value IS 123 (48.44% from 255) = 31.70%
BLUE value IS 196 (76.95% from 255) = 50.52%
R=17.78%
G=31.70%
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.23
SystemRedGreenBlueCMYKHSL
Decimal691231960.650.3700.23214.4951.8451.96
Hex457BC44125017d63434
Octal105173304101450273266464
Binary1000101111101111000100100000110010101011111010110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,123,196); }

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

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

 a { background-color: rgb(69,123,196); }

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

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

 span { border-color: rgb(69,123,196); }

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