#489DAA

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

Shades of Boston Blue #489DAA

Tints of Boston Blue #489DAA

Color information

#489DAA (or 0x489DAA) is unknown color: approx Boston Blue. HEX triplet: 48, 9D and AA. RGB value is (72,157,170). Sum of RGB (Red+Green+Blue) = 72+157+170=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #489DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489DAA is #B76255. Grayscale: #848484. Windows color (decimal): -12018262 or 11181384. OLE color: 11181384.

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

Color convert

RGB72157170-
CMYK0.580.0800.33
HSL187.96º40.5%47.45%-
HSV(B)187.96º57.65%66.67%-
XYZ21.9928.3942.35-
YUV133.07148.8484.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.05%
GREEN value IS 157 (61.72% from 255) = 39.35%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=18.05%
G=39.35%
B=42.61%

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
Decimal721571700.580.0800.33187.9640.547.45
Hex489DAA3A8021bc282f
Octal11023525272100412745057
Binary100100010011101101010101110101000010000110111100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,157,170); }

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

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

 a { background-color: rgb(72,157,170); }

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

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

 span { border-color: rgb(72,157,170); }

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