#489EB1

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

Shades of Boston Blue #489EB1

Tints of Boston Blue #489EB1

Color information

#489EB1 (or 0x489EB1) is unknown color: approx Boston Blue. HEX triplet: 48, 9E and B1. RGB value is (72,158,177). Sum of RGB (Red+Green+Blue) = 72+158+177=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 177 - color contains mainly: blue. Hex color #489EB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489EB1 is #B7614E. Grayscale: #868686. Windows color (decimal): -12017999 or 11640392. OLE color: 11640392.

HSL color Cylindrical-coordinate representation of color #489EB1: hue angle of 190.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #489EB1 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB72158177-
CMYK0.590.1100.31
HSL190.86º42.17%48.82%-
HSV(B)190.86º59.32%69.41%-
XYZ22.8429.0145.99-
YUV134.45152.0183.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.69%
GREEN value IS 158 (62.11% from 255) = 38.82%
BLUE value IS 177 (69.53% from 255) = 43.49%
R=17.69%
G=38.82%
B=43.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721581770.590.1100.31190.8642.1748.82
Hex489EB13BB01Fbf2a31
Octal11023626173130372775261
Binary10010001001111010110001111011101101111110111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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