#4886AE

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

Shades of Steel Blue #4886AE

Tints of Steel Blue #4886AE

Color information

#4886AE (or 0x4886AE) is unknown color: approx Steel Blue. HEX triplet: 48, 86 and AE. RGB value is (72,134,174). Sum of RGB (Red+Green+Blue) = 72+134+174=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #4886AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4886AE is #B77951. Grayscale: #777777. Windows color (decimal): -12024146 or 11437640. OLE color: 11437640.

HSL color Cylindrical-coordinate representation of color #4886AE: hue angle of 203.53º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4886AE is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB72134174-
CMYK0.590.2300.32
HSL203.53º41.46%48.24%-
HSV(B)203.53º58.62%68.24%-
XYZ18.8421.4843.2-
YUV120.02158.4693.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=18.95%
G=35.26%
B=45.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721341740.590.2300.32203.5341.4648.24
Hex4886AE3B17020cc2930
Octal11020625673270403145160
Binary1001000100001101010111011101110111010000011001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4886AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,134,174); }

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

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

 a { background-color: rgb(72,134,174); }

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

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

 span { border-color: rgb(72,134,174); }

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