#407EA4

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

Shades of Steel Blue #407EA4

Tints of Steel Blue #407EA4

Color information

#407EA4 (or 0x407EA4) is unknown color: approx Steel Blue. HEX triplet: 40, 7E and A4. RGB value is (64,126,164). Sum of RGB (Red+Green+Blue) = 64+126+164=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #407EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407EA4 is #BF815B. Grayscale: #6F6F6F. Windows color (decimal): -12550492 or 10780224. OLE color: 10780224.

HSL color Cylindrical-coordinate representation of color #407EA4: hue angle of 202.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #407EA4 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB64126164-
CMYK0.610.2300.36
HSL202.8º43.86%44.71%-
HSV(B)202.8º60.98%64.31%-
XYZ16.2818.6937.87-
YUV111.79157.4693.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.08%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 164 (64.45% from 255) = 46.33%
R=18.08%
G=35.59%
B=46.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641261640.610.2300.36202.843.8644.71
Hex407EA43D17024cb2c2d
Octal10017624475270443135455
Binary100000011111101010010011110110111010010011001011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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