#489FAB

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

Shades of Boston Blue #489FAB

Tints of Boston Blue #489FAB

Color information

#489FAB (or 0x489FAB) is unknown color: approx Boston Blue. HEX triplet: 48, 9F and AB. RGB value is (72,159,171). Sum of RGB (Red+Green+Blue) = 72+159+171=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #489FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489FAB is #B76054. Grayscale: #868686. Windows color (decimal): -12017749 or 11247432. OLE color: 11247432.

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

Color convert

RGB72159171-
CMYK0.580.0700.33
HSL187.27º40.74%47.65%-
HSV(B)187.27º57.89%67.06%-
XYZ22.4229.1142.97-
YUV134.35148.6883.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.91%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=17.91%
G=39.55%
B=42.54%

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
Decimal721591710.580.0700.33187.2740.7447.65
Hex489FAB3A7021bb2930
Octal1102372537270412735160
Binary10010001001111110101011111010111010000110111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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