#4080AE

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

Shades of Steel Blue #4080AE

Tints of Steel Blue #4080AE

Color information

#4080AE (or 0x4080AE) is unknown color: approx Steel Blue. HEX triplet: 40, 80 and AE. RGB value is (64,128,174). Sum of RGB (Red+Green+Blue) = 64+128+174=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #4080AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4080AE is #BF7F51. Grayscale: #717171. Windows color (decimal): -12549970 or 11436096. OLE color: 11436096.

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

Color convert

RGB64128174-
CMYK0.630.2600.32
HSL205.09º46.22%46.67%-
HSV(B)205.09º63.22%68.24%-
XYZ17.4719.5842.9-
YUV114.11161.892.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.49%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 174 (68.36% from 255) = 47.54%
R=17.49%
G=34.97%
B=47.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal641281740.630.2600.32205.0946.2246.67
Hex4080AE3F1A020cd2e2f
Octal10020025677320403155657
Binary1000000100000001010111011111111010010000011001101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4080AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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