#4886AB

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

Shades of Boston Blue #4886AB

Tints of Boston Blue #4886AB

Color information

#4886AB (or 0x4886AB) is unknown color: approx Boston Blue. HEX triplet: 48, 86 and AB. RGB value is (72,134,171). Sum of RGB (Red+Green+Blue) = 72+134+171=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #4886AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4886AB is #B77954. Grayscale: #777777. Windows color (decimal): -12024149 or 11241032. OLE color: 11241032.

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

Color convert

RGB72134171-
CMYK0.580.2200.33
HSL202.42º40.74%47.65%-
HSV(B)202.42º57.89%67.06%-
XYZ18.5521.3741.67-
YUV119.68156.9693.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.10%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=19.10%
G=35.54%
B=45.36%

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
Decimal721341710.580.2200.33202.4240.7447.65
Hex4886AB3A16021ca2930
Octal11020625372260413125160
Binary1001000100001101010101111101010110010000111001010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4886AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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