#489EAA

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

Shades of Boston Blue #489EAA

Tints of Boston Blue #489EAA

Color information

#489EAA (or 0x489EAA) is unknown color: approx Boston Blue. HEX triplet: 48, 9E and AA. RGB value is (72,158,170). Sum of RGB (Red+Green+Blue) = 72+158+170=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #489EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489EAA is #B76155. Grayscale: #858585. Windows color (decimal): -12018006 or 11181640. OLE color: 11181640.

HSL color Cylindrical-coordinate representation of color #489EAA: hue angle of 187.35º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #489EAA is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72158170-
CMYK0.580.0700.33
HSL187.35º40.5%47.45%-
HSV(B)187.35º57.65%66.67%-
XYZ22.1628.7342.41-
YUV133.65148.5184.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18%
GREEN value IS 158 (62.11% from 255) = 39.5%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=18%
G=39.5%
B=42.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721581700.580.0700.33187.3540.547.45
Hex489EAA3A7021bb282f
Octal1102362527270412735057
Binary10010001001111010101010111010111010000110111011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,158,170); }

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

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

 a { background-color: rgb(72,158,170); }

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

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

 span { border-color: rgb(72,158,170); }

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