#489CBF

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

Shades of Boston Blue #489CBF

Tints of Boston Blue #489CBF

Color information

#489CBF (or 0x489CBF) is unknown color: approx Boston Blue. HEX triplet: 48, 9C and BF. RGB value is (72,156,191). Sum of RGB (Red+Green+Blue) = 72+156+191=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #489CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489CBF is #B76340. Grayscale: #868686. Windows color (decimal): -12018497 or 12557384. OLE color: 12557384.

HSL color Cylindrical-coordinate representation of color #489CBF: hue angle of 197.65º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #489CBF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72156191-
CMYK0.620.1800.25
HSL197.65º48.18%51.57%-
HSV(B)197.65º62.3%74.9%-
XYZ23.9628.9253.61-
YUV134.87159.6783.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.18%
GREEN value IS 156 (61.33% from 255) = 37.23%
BLUE value IS 191 (75% from 255) = 45.58%
R=17.18%
G=37.23%
B=45.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721561910.620.1800.25197.6548.1851.57
Hex489CBF3E12019c63034
Octal11023427776220313066064
Binary100100010011100101111111111101001001100111000110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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