#457BC1

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

Shades of Steel Blue #457BC1

Tints of Steel Blue #457BC1

Color information

#457BC1 (or 0x457BC1) is unknown color: approx Steel Blue. HEX triplet: 45, 7B and C1. RGB value is (69,123,193). Sum of RGB (Red+Green+Blue) = 69+123+193=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #457BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457BC1 is #BA843E. Grayscale: #727272. Windows color (decimal): -12223551 or 12680005. OLE color: 12680005.

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

Color convert

RGB69123193-
CMYK0.640.3600.24
HSL213.87º50%51.37%-
HSV(B)213.87º64.25%75.69%-
XYZ19.1619.2853.16-
YUV114.83172.1195.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.92%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 193 (75.78% from 255) = 50.13%
R=17.92%
G=31.95%
B=50.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691231930.640.3600.24213.875051.37
Hex457BC14024018d63233
Octal105173301100440303266263
Binary1000101111101111000001100000010010001100011010110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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