#4988AA

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

Shades of Boston Blue #4988AA

Tints of Boston Blue #4988AA

Color information

#4988AA (or 0x4988AA) is unknown color: approx Boston Blue. HEX triplet: 49, 88 and AA. RGB value is (73,136,170). Sum of RGB (Red+Green+Blue) = 73+136+170=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #4988AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4988AA is #B67755. Grayscale: #787878. Windows color (decimal): -11958102 or 11176009. OLE color: 11176009.

HSL color Cylindrical-coordinate representation of color #4988AA: hue angle of 201.03º 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 #4988AA is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73136170-
CMYK0.570.2000.33
HSL201.03º39.92%47.65%-
HSV(B)201.03º57.06%66.67%-
XYZ18.8121.9341.27-
YUV121.04155.6393.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.26%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=19.26%
G=35.88%
B=44.85%

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
Decimal731361700.570.2000.33201.0339.9247.65
Hex4988AA3914021c92830
Octal11121025271240413115060
Binary1001001100010001010101011100110100010000111001001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4988AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4988AA; }

 p { color: rgb(73,136,170); }

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

<style>
 a { background-color: #4988AA; }

 a { background-color: rgb(73,136,170); }

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

<style>
 span { border-color: #4988AA; }

 span { border-color: rgb(73,136,170); }

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