#4885AE

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

Shades of Steel Blue #4885AE

Tints of Steel Blue #4885AE

Color information

#4885AE (or 0x4885AE) is unknown color: approx Steel Blue. HEX triplet: 48, 85 and AE. RGB value is (72,133,174). Sum of RGB (Red+Green+Blue) = 72+133+174=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #4885AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4885AE is #B77A51. Grayscale: #777777. Windows color (decimal): -12024402 or 11437384. OLE color: 11437384.

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

Color convert

RGB72133174-
CMYK0.590.2400.32
HSL204.12º41.46%48.24%-
HSV(B)204.12º58.62%68.24%-
XYZ18.721.2143.15-
YUV119.43158.7994.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=19.00%
G=35.09%
B=45.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721331740.590.2400.32204.1241.4648.24
Hex4885AE3B18020cc2930
Octal11020525673300403145160
Binary1001000100001011010111011101111000010000011001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4885AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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