#4884AB

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

Shades of Steel Blue #4884AB

Tints of Steel Blue #4884AB

Color information

#4884AB (or 0x4884AB) is unknown color: approx Steel Blue. HEX triplet: 48, 84 and AB. RGB value is (72,132,171). Sum of RGB (Red+Green+Blue) = 72+132+171=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #4884AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4884AB is #B77B54. Grayscale: #767676. Windows color (decimal): -12024661 or 11240520. OLE color: 11240520.

HSL color Cylindrical-coordinate representation of color #4884AB: hue angle of 203.64º 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 #4884AB is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72132171-
CMYK0.580.2300.33
HSL203.64º40.74%47.65%-
HSV(B)203.64º57.89%67.06%-
XYZ18.2720.8241.58-
YUV118.51157.6294.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.2%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=19.2%
G=35.2%
B=45.6%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721321710.580.2300.33203.6440.7447.65
Hex4884AB3A17021cc2930
Octal11020425372270413145160
Binary1001000100001001010101111101010111010000111001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4884AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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