#4071AE

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

Shades of Steel Blue #4071AE

Tints of Steel Blue #4071AE

Color information

#4071AE (or 0x4071AE) is unknown color: approx Steel Blue. HEX triplet: 40, 71 and AE. RGB value is (64,113,174). Sum of RGB (Red+Green+Blue) = 64+113+174=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #4071AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4071AE is #BF8E51. Grayscale: #696969. Windows color (decimal): -12553810 or 11432256. OLE color: 11432256.

HSL color Cylindrical-coordinate representation of color #4071AE: hue angle of 213.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 #4071AE is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB64113174-
CMYK0.630.3500.32
HSL213.27º46.22%46.67%-
HSV(B)213.27º63.22%68.24%-
XYZ15.6615.9642.3-
YUV105.3166.7798.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.23%
GREEN value IS 113 (44.53% from 255) = 32.19%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=18.23%
G=32.19%
B=49.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641131740.630.3500.32213.2746.2246.67
Hex4071AE3F23020d52e2f
Octal10016125677430403255657
Binary1000000111000110101110111111100011010000011010101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4071AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4071AE; }

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

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

<style>
 a { background-color: #4071AE; }

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

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

<style>
 span { border-color: #4071AE; }

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

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