#489CBD

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

Shades of Boston Blue #489CBD

Tints of Boston Blue #489CBD

Color information

#489CBD (or 0x489CBD) is unknown color: approx Boston Blue. HEX triplet: 48, 9C and BD. RGB value is (72,156,189). Sum of RGB (Red+Green+Blue) = 72+156+189=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #489CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489CBD is #B76342. Grayscale: #868686. Windows color (decimal): -12018499 or 12426312. OLE color: 12426312.

HSL color Cylindrical-coordinate representation of color #489CBD: hue angle of 196.92º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #489CBD is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB72156189-
CMYK0.620.1700.26
HSL196.92º46.99%51.18%-
HSV(B)196.92º61.9%74.12%-
XYZ23.7528.8352.46-
YUV134.65158.6783.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.27%
GREEN value IS 156 (61.33% from 255) = 37.41%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=17.27%
G=37.41%
B=45.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721561890.620.1700.26196.9246.9951.18
Hex489CBD3E1101Ac52f33
Octal11023427576210323055763
Binary100100010011100101111011111101000101101011000101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,156,189); }

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

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

 a { background-color: rgb(72,156,189); }

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

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

 span { border-color: rgb(72,156,189); }

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