#4899AC

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

Shades of Boston Blue #4899AC

Tints of Boston Blue #4899AC

Color information

#4899AC (or 0x4899AC) is unknown color: approx Boston Blue. HEX triplet: 48, 99 and AC. RGB value is (72,153,172). Sum of RGB (Red+Green+Blue) = 72+153+172=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #4899AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4899AC is #B76653. Grayscale: #828282. Windows color (decimal): -12019284 or 11311432. OLE color: 11311432.

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

Color convert

RGB72153172-
CMYK0.580.1100.33
HSL191.4º40.98%47.84%-
HSV(B)191.4º58.14%67.45%-
XYZ21.5127.1443.13-
YUV130.95151.1685.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.14%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=18.14%
G=38.54%
B=43.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721531720.580.1100.33191.440.9847.84
Hex4899AC3AB021bf2930
Octal11023125472130412775160
Binary100100010011001101011001110101011010000110111111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4899AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4899AC; }

 p { color: rgb(72,153,172); }

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

<style>
 a { background-color: #4899AC; }

 a { background-color: rgb(72,153,172); }

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

<style>
 span { border-color: #4899AC; }

 span { border-color: rgb(72,153,172); }

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