#489bb0

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

Shades of Boston Blue #489BB0

Tints of Boston Blue #489BB0

Color information

#489BB0 (or 0x489BB0) is unknown color: approx Boston Blue. HEX triplet: 48, 9B and B0. RGB value is (72,155,176). Sum of RGB (Red+Green+Blue) = 72+155+176=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #489BB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489BB0 is #B7644F. Grayscale: #848484. Windows color (decimal): -12018768 or 11574088. OLE color: 11574088.

HSL color Cylindrical-coordinate representation of color #489BB0: hue angle of 192.12º 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 #489BB0 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB72155176-
CMYK0.590.1200.31
HSL192.12º41.94%48.63%-
HSV(B)192.12º59.09%69.02%-
XYZ22.2327.9545.3-
YUV132.58152.584.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.87%
GREEN value IS 155 (60.94% from 255) = 38.46%
BLUE value IS 176 (69.14% from 255) = 43.67%
R=17.87%
G=38.46%
B=43.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721551760.590.1200.31192.1241.9448.63
Hex489BB03BC01Fc02a31
Octal11023326073140373005261
Binary10010001001101110110000111011110001111111000000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489bb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,155,176); }

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

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

 a { background-color: rgb(72,155,176); }

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

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

 span { border-color: rgb(72,155,176); }

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