#407EAB

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

Shades of Steel Blue #407EAB

Tints of Steel Blue #407EAB

Color information

#407EAB (or 0x407EAB) is unknown color: approx Steel Blue. HEX triplet: 40, 7E and AB. RGB value is (64,126,171). Sum of RGB (Red+Green+Blue) = 64+126+171=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #407EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407EAB is #BF8154. Grayscale: #707070. Windows color (decimal): -12550485 or 11238976. OLE color: 11238976.

HSL color Cylindrical-coordinate representation of color #407EAB: hue angle of 205.23º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #407EAB is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64126171-
CMYK0.630.2600.33
HSL205.23º45.53%46.08%-
HSV(B)205.23º62.57%67.06%-
XYZ16.9318.9541.29-
YUV112.59160.9693.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.73%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=17.73%
G=34.90%
B=47.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641261710.630.2600.33205.2345.5346.08
Hex407EAB3F1A021cd2e2e
Octal10017625377320413155656
Binary100000011111101010101111111111010010000111001101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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