#489AAE

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

Shades of Boston Blue #489AAE

Tints of Boston Blue #489AAE

Color information

#489AAE (or 0x489AAE) is unknown color: approx Boston Blue. HEX triplet: 48, 9A and AE. RGB value is (72,154,174). Sum of RGB (Red+Green+Blue) = 72+154+174=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #489AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489AAE is #B76551. Grayscale: #838383. Windows color (decimal): -12019026 or 11442760. OLE color: 11442760.

HSL color Cylindrical-coordinate representation of color #489AAE: hue angle of 191.76º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #489AAE is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB72154174-
CMYK0.590.1100.32
HSL191.76º41.46%48.24%-
HSV(B)191.76º58.62%68.24%-
XYZ21.8727.5444.21-
YUV131.76151.8385.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=18%
G=38.5%
B=43.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721541740.590.1100.32191.7641.4648.24
Hex489AAE3BB020c02930
Octal11023225673130403005160
Binary100100010011010101011101110111011010000011000000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489AAE; }

 p { color: rgb(72,154,174); }

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

<style>
 a { background-color: #489AAE; }

 a { background-color: rgb(72,154,174); }

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

<style>
 span { border-color: #489AAE; }

 span { border-color: rgb(72,154,174); }

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