#489FB2

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

Shades of Boston Blue #489FB2

Tints of Boston Blue #489FB2

Color information

#489FB2 (or 0x489FB2) is unknown color: approx Boston Blue. HEX triplet: 48, 9F and B2. RGB value is (72,159,178). Sum of RGB (Red+Green+Blue) = 72+159+178=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 178 - color contains mainly: blue. Hex color #489FB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489FB2 is #B7604D. Grayscale: #868686. Windows color (decimal): -12017742 or 11706184. OLE color: 11706184.

HSL color Cylindrical-coordinate representation of color #489FB2: hue angle of 190.75º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #489FB2 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB72159178-
CMYK0.600.1100.30
HSL190.75º42.4%49.02%-
HSV(B)190.75º59.55%69.8%-
XYZ23.1129.3946.57-
YUV135.15152.1882.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.60%
GREEN value IS 159 (62.5% from 255) = 38.88%
BLUE value IS 178 (69.92% from 255) = 43.52%
R=17.60%
G=38.88%
B=43.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal721591780.600.1100.30190.7542.449.02
Hex489FB23CB01Ebf2a31
Octal11023726274130362775261
Binary10010001001111110110010111100101101111010111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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