#489CAA

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

Shades of Boston Blue #489CAA

Tints of Boston Blue #489CAA

Color information

#489CAA (or 0x489CAA) is unknown color: approx Boston Blue. HEX triplet: 48, 9C and AA. RGB value is (72,156,170). Sum of RGB (Red+Green+Blue) = 72+156+170=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #489CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489CAA is #B76355. Grayscale: #848484. Windows color (decimal): -12018518 or 11181128. OLE color: 11181128.

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

Color convert

RGB72156170-
CMYK0.580.0800.33
HSL188.57º40.5%47.45%-
HSV(B)188.57º57.65%66.67%-
XYZ21.8228.0642.3-
YUV132.48149.1784.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.09%
GREEN value IS 156 (61.33% from 255) = 39.20%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=18.09%
G=39.20%
B=42.71%

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
Decimal721561700.580.0800.33188.5740.547.45
Hex489CAA3A8021bd282f
Octal11023425272100412755057
Binary100100010011100101010101110101000010000110111101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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