#457CBC

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

Shades of Steel Blue #457CBC

Tints of Steel Blue #457CBC

Color information

#457CBC (or 0x457CBC) is unknown color: approx Steel Blue. HEX triplet: 45, 7C and BC. RGB value is (69,124,188). Sum of RGB (Red+Green+Blue) = 69+124+188=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #457CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CBC is #BA8343. Grayscale: #727272. Windows color (decimal): -12223300 or 12352581. OLE color: 12352581.

HSL color Cylindrical-coordinate representation of color #457CBC: hue angle of 212.27º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #457CBC is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB69124188-
CMYK0.630.3400.26
HSL212.27º47.04%50.39%-
HSV(B)212.27º63.3%73.73%-
XYZ18.7419.3150.32-
YUV114.85169.2895.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.11%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 188 (73.83% from 255) = 49.34%
R=18.11%
G=32.55%
B=49.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal691241880.630.3400.26212.2747.0450.39
Hex457CBC3F2201Ad42f32
Octal10517427477420323245762
Binary100010111111001011110011111110001001101011010100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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