#4884B4

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

Shades of Steel Blue #4884B4

Tints of Steel Blue #4884B4

Color information

#4884B4 (or 0x4884B4) is unknown color: approx Steel Blue. HEX triplet: 48, 84 and B4. RGB value is (72,132,180). Sum of RGB (Red+Green+Blue) = 72+132+180=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #4884B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4884B4 is #B77B4B. Grayscale: #777777. Windows color (decimal): -12024652 or 11830344. OLE color: 11830344.

HSL color Cylindrical-coordinate representation of color #4884B4: hue angle of 206.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4884B4 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB72132180-
CMYK0.600.2700.29
HSL206.67º42.86%49.41%-
HSV(B)206.67º60%70.59%-
XYZ19.1621.1846.26-
YUV119.53162.1294.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.75%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 180 (70.70% from 255) = 46.88%
R=18.75%
G=34.38%
B=46.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721321800.600.2700.29206.6742.8649.41
Hex4884B43C1B01Dcf2b31
Octal11020426474330353175361
Binary100100010000100101101001111001101101110111001111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4884B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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