#407EAE

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

Shades of Steel Blue #407EAE

Tints of Steel Blue #407EAE

Color information

#407EAE (or 0x407EAE) is unknown color: approx Steel Blue. HEX triplet: 40, 7E and AE. RGB value is (64,126,174). Sum of RGB (Red+Green+Blue) = 64+126+174=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #407EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407EAE is #BF8151. Grayscale: #707070. Windows color (decimal): -12550482 or 11435584. OLE color: 11435584.

HSL color Cylindrical-coordinate representation of color #407EAE: hue angle of 206.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #407EAE is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB64126174-
CMYK0.630.2800.32
HSL206.18º46.22%46.67%-
HSV(B)206.18º63.22%68.24%-
XYZ17.2219.0742.82-
YUV112.93162.4693.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.58%
GREEN value IS 126 (49.61% from 255) = 34.62%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=17.58%
G=34.62%
B=47.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641261740.630.2800.32206.1846.2246.67
Hex407EAE3F1C020ce2e2f
Octal10017625677340403165657
Binary100000011111101010111011111111100010000011001110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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