#489CAB

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

Shades of Boston Blue #489CAB

Tints of Boston Blue #489CAB

Color information

#489CAB (or 0x489CAB) is unknown color: approx Boston Blue. HEX triplet: 48, 9C and AB. RGB value is (72,156,171). Sum of RGB (Red+Green+Blue) = 72+156+171=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #489CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489CAB is #B76354. Grayscale: #848484. Windows color (decimal): -12018517 or 11246664. OLE color: 11246664.

HSL color Cylindrical-coordinate representation of color #489CAB: hue angle of 189.09º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #489CAB is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72156171-
CMYK0.580.0900.33
HSL189.09º40.74%47.65%-
HSV(B)189.09º57.89%67.06%-
XYZ21.9128.0942.8-
YUV132.59149.6784.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.05%
GREEN value IS 156 (61.33% from 255) = 39.10%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=18.05%
G=39.10%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721561710.580.0900.33189.0940.7447.65
Hex489CAB3A9021bd2930
Octal11023425372110412755160
Binary100100010011100101010111110101001010000110111101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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