#4180AE

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

Shades of Steel Blue #4180AE

Tints of Steel Blue #4180AE

Color information

#4180AE (or 0x4180AE) is unknown color: approx Steel Blue. HEX triplet: 41, 80 and AE. RGB value is (65,128,174). Sum of RGB (Red+Green+Blue) = 65+128+174=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #4180AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4180AE is #BE7F51. Grayscale: #727272. Windows color (decimal): -12484434 or 11436097. OLE color: 11436097.

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

Color convert

RGB65128174-
CMYK0.630.2600.32
HSL205.32º45.61%46.86%-
HSV(B)205.32º62.64%68.24%-
XYZ17.5419.6242.91-
YUV114.41161.6392.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.71%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=17.71%
G=34.88%
B=47.41%

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
Decimal651281740.630.2600.32205.3245.6146.86
Hex4180AE3F1A020cd2e2f
Octal10120025677320403155657
Binary1000001100000001010111011111111010010000011001101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4180AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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