#4885AB

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

Shades of Steel Blue #4885AB

Tints of Steel Blue #4885AB

Color information

#4885AB (or 0x4885AB) is unknown color: approx Steel Blue. HEX triplet: 48, 85 and AB. RGB value is (72,133,171). Sum of RGB (Red+Green+Blue) = 72+133+171=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #4885AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4885AB is #B77A54. Grayscale: #767676. Windows color (decimal): -12024405 or 11240776. OLE color: 11240776.

HSL color Cylindrical-coordinate representation of color #4885AB: hue angle of 203.03º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4885AB is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72133171-
CMYK0.580.2200.33
HSL203.03º40.74%47.65%-
HSV(B)203.03º57.89%67.06%-
XYZ18.4121.0941.63-
YUV119.09157.2994.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.15%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=19.15%
G=35.37%
B=45.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721331710.580.2200.33203.0340.7447.65
Hex4885AB3A16021cb2930
Octal11020525372260413135160
Binary1001000100001011010101111101010110010000111001011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4885AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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