#4882AB

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

Shades of Steel Blue #4882AB

Tints of Steel Blue #4882AB

Color information

#4882AB (or 0x4882AB) is unknown color: approx Steel Blue. HEX triplet: 48, 82 and AB. RGB value is (72,130,171). Sum of RGB (Red+Green+Blue) = 72+130+171=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #4882AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4882AB is #B77D54. Grayscale: #757575. Windows color (decimal): -12025173 or 11240008. OLE color: 11240008.

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

Color convert

RGB72130171-
CMYK0.580.2400.33
HSL204.85º40.74%47.65%-
HSV(B)204.85º57.89%67.06%-
XYZ18.0120.2841.49-
YUV117.33158.2895.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.30%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=19.30%
G=34.85%
B=45.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721301710.580.2400.33204.8540.7447.65
Hex4882AB3A18021cd2930
Octal11020225372300413155160
Binary1001000100000101010101111101011000010000111001101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4882AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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