#407EBA

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

Shades of Steel Blue #407EBA

Tints of Steel Blue #407EBA

Color information

#407EBA (or 0x407EBA) is unknown color: approx Steel Blue. HEX triplet: 40, 7E and BA. RGB value is (64,126,186). Sum of RGB (Red+Green+Blue) = 64+126+186=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #407EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407EBA is #BF8145. Grayscale: #727272. Windows color (decimal): -12550470 or 12222016. OLE color: 12222016.

HSL color Cylindrical-coordinate representation of color #407EBA: hue angle of 209.51º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407EBA is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB64126186-
CMYK0.660.3200.27
HSL209.51º48.8%49.02%-
HSV(B)209.51º65.59%72.94%-
XYZ18.4419.5649.26-
YUV114.3168.4692.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.02%
GREEN value IS 126 (49.61% from 255) = 33.51%
BLUE value IS 186 (73.05% from 255) = 49.47%
R=17.02%
G=33.51%
B=49.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641261860.660.3200.27209.5148.849.02
Hex407EBA422001Bd23131
Octal100176272102400333226161
Binary1000000111111010111010100001010000001101111010010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407EBA; }

 p { color: rgb(64,126,186); }

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

<style>
 a { background-color: #407EBA; }

 a { background-color: rgb(64,126,186); }

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

<style>
 span { border-color: #407EBA; }

 span { border-color: rgb(64,126,186); }

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