#489FAA

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

Shades of Boston Blue #489FAA

Tints of Boston Blue #489FAA

Color information

#489FAA (or 0x489FAA) is unknown color: approx Boston Blue. HEX triplet: 48, 9F and AA. RGB value is (72,159,170). Sum of RGB (Red+Green+Blue) = 72+159+170=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #489FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489FAA is #B76055. Grayscale: #868686. Windows color (decimal): -12017750 or 11181896. OLE color: 11181896.

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

Color convert

RGB72159170-
CMYK0.580.0600.33
HSL186.73º40.5%47.45%-
HSV(B)186.73º57.65%66.67%-
XYZ22.3329.0842.47-
YUV134.24148.1883.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.96%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=17.96%
G=39.65%
B=42.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721591700.580.0600.33186.7340.547.45
Hex489FAA3A6021bb282f
Octal1102372527260412735057
Binary10010001001111110101010111010110010000110111011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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