#4A88AB

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

Shades of Boston Blue #4A88AB

Tints of Boston Blue #4A88AB

Color information

#4A88AB (or 0x4A88AB) is unknown color: approx Boston Blue. HEX triplet: 4A, 88 and AB. RGB value is (74,136,171). Sum of RGB (Red+Green+Blue) = 74+136+171=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A88AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A88AB is #B57754. Grayscale: #797979. Windows color (decimal): -11892565 or 11241546. OLE color: 11241546.

HSL color Cylindrical-coordinate representation of color #4A88AB: hue angle of 201.65º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A88AB is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB74136171-
CMYK0.570.2000.33
HSL201.65º39.59%48.04%-
HSV(B)201.65º56.73%67.06%-
XYZ18.982241.78-
YUV121.45155.9694.15-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.42%
GREEN value IS 136 (53.52% from 255) = 35.70%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=19.42%
G=35.70%
B=44.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741361710.570.2000.33201.6539.5948.04
Hex4A88AB3914021ca2830
Octal11221025371240413125060
Binary1001010100010001010101111100110100010000111001010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A88AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A88AB; }

 p { color: rgb(74,136,171); }

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

<style>
 a { background-color: #4A88AB; }

 a { background-color: rgb(74,136,171); }

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

<style>
 span { border-color: #4A88AB; }

 span { border-color: rgb(74,136,171); }

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