#407CAE

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

Shades of Steel Blue #407CAE

Tints of Steel Blue #407CAE

Color information

#407CAE (or 0x407CAE) is unknown color: approx Steel Blue. HEX triplet: 40, 7C and AE. RGB value is (64,124,174). Sum of RGB (Red+Green+Blue) = 64+124+174=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #407CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407CAE is #BF8351. Grayscale: #6F6F6F. Windows color (decimal): -12550994 or 11435072. OLE color: 11435072.

HSL color Cylindrical-coordinate representation of color #407CAE: hue angle of 207.27º 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 #407CAE is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB64124174-
CMYK0.630.2900.32
HSL207.27º46.22%46.67%-
HSV(B)207.27º63.22%68.24%-
XYZ16.9618.5642.73-
YUV111.76163.1293.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.68%
GREEN value IS 124 (48.83% from 255) = 34.25%
BLUE value IS 174 (68.36% from 255) = 48.07%
R=17.68%
G=34.25%
B=48.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641241740.630.2900.32207.2746.2246.67
Hex407CAE3F1D020cf2e2f
Octal10017425677350403175657
Binary100000011111001010111011111111101010000011001111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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