#489EAB

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

Shades of Boston Blue #489EAB

Tints of Boston Blue #489EAB

Color information

#489EAB (or 0x489EAB) is unknown color: approx Boston Blue. HEX triplet: 48, 9E and AB. RGB value is (72,158,171). Sum of RGB (Red+Green+Blue) = 72+158+171=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #489EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489EAB is #B76154. Grayscale: #858585. Windows color (decimal): -12018005 or 11247176. OLE color: 11247176.

HSL color Cylindrical-coordinate representation of color #489EAB: hue angle of 187.88º 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 #489EAB is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72158171-
CMYK0.580.0800.33
HSL187.88º40.74%47.65%-
HSV(B)187.88º57.89%67.06%-
XYZ22.2528.7742.91-
YUV133.77149.0183.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.96%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=17.96%
G=39.40%
B=42.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721581710.580.0800.33187.8840.7447.65
Hex489EAB3A8021bc2930
Octal11023625372100412745160
Binary100100010011110101010111110101000010000110111100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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