#489CA4

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

Shades of Boston Blue #489CA4

Tints of Boston Blue #489CA4

Color information

#489CA4 (or 0x489CA4) is unknown color: approx Boston Blue. HEX triplet: 48, 9C and A4. RGB value is (72,156,164). Sum of RGB (Red+Green+Blue) = 72+156+164=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 164 - color contains mainly: blue. Hex color #489CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489CA4 is #B7635B. Grayscale: #838383. Windows color (decimal): -12018524 or 10787912. OLE color: 10787912.

HSL color Cylindrical-coordinate representation of color #489CA4: hue angle of 185.22º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #489CA4 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB72156164-
CMYK0.560.0500.36
HSL185.22º38.98%46.27%-
HSV(B)185.22º56.1%64.31%-
XYZ21.2627.8339.37-
YUV131.8146.1785.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.37%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 164 (64.45% from 255) = 41.84%
R=18.37%
G=39.80%
B=41.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721561640.560.0500.36185.2238.9846.27
Hex489CA4385024b9272e
Octal1102342447050442714756
Binary10010001001110010100100111000101010010010111001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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