#489AB4

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

Shades of Boston Blue #489AB4

Tints of Boston Blue #489AB4

Color information

#489AB4 (or 0x489AB4) is unknown color: approx Boston Blue. HEX triplet: 48, 9A and B4. RGB value is (72,154,180). Sum of RGB (Red+Green+Blue) = 72+154+180=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #489AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489AB4 is #B7654B. Grayscale: #848484. Windows color (decimal): -12019020 or 11835976. OLE color: 11835976.

HSL color Cylindrical-coordinate representation of color #489AB4: hue angle of 194.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #489AB4 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB72154180-
CMYK0.600.1400.29
HSL194.44º42.86%49.41%-
HSV(B)194.44º60%70.59%-
XYZ22.4727.7847.36-
YUV132.45154.8384.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.73%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 180 (70.70% from 255) = 44.33%
R=17.73%
G=37.93%
B=44.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721541800.600.1400.29194.4442.8649.41
Hex489AB43CE01Dc22b31
Octal11023226474160353025361
Binary10010001001101010110100111100111001110111000010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,154,180); }

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

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

 a { background-color: rgb(72,154,180); }

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

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

 span { border-color: rgb(72,154,180); }

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