#489CBC

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

Shades of Boston Blue #489CBC

Tints of Boston Blue #489CBC

Color information

#489CBC (or 0x489CBC) is unknown color: approx Boston Blue. HEX triplet: 48, 9C and BC. RGB value is (72,156,188). Sum of RGB (Red+Green+Blue) = 72+156+188=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #489CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489CBC is #B76343. Grayscale: #868686. Windows color (decimal): -12018500 or 12360776. OLE color: 12360776.

HSL color Cylindrical-coordinate representation of color #489CBC: hue angle of 196.55º degrees, saturation: 0.46, 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 #489CBC is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB72156188-
CMYK0.620.1700.26
HSL196.55º46.4%50.98%-
HSV(B)196.55º61.7%73.73%-
XYZ23.6428.7951.89-
YUV134.53158.1783.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.31%
GREEN value IS 156 (61.33% from 255) = 37.5%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=17.31%
G=37.5%
B=45.19%

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
Decimal721561880.620.1700.26196.5546.450.98
Hex489CBC3E1101Ac52e33
Octal11023427476210323055663
Binary100100010011100101111001111101000101101011000101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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