Html Css Color HEX #489FAA Boston Blue

📋 copy color: '#489FAA'

red 72 ◦ green 159 ◦ blue 170

#489FAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #489FAA

Tints of Boston Blue #489FAA

RGB

 RED value IS 72 (28.52% from 255) = 17.96%

 GREEN value IS 159 (62.5% from 255) = 39.65%

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 17.96%
G = 39.65%
B = 42.39%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#489FAA (or 0x489FAA) is known color: Boston Blue. HEX triplet: 48, 9F and AA. RGB value is (72,159,170). Sum of RGB (Red+Green+Blue) = 72+159+170=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #489FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489FAA is #B76055. Grayscale: #868686. Windows color (decimal): -12017750 or 11181896. OLE color: 11181896.

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

Color convert

RGB 72 159 170 -
CMYK 0.58 0.06 0 0.33
HSL 186.73º 0.4% 0.47% -
HSV(B) 186.73º 0.58% 0.67% -
XYZ 22.33 29.08 42.47 -
YUV 134.24 148.18 83.61 -
System Red Green Blue C M Y K H S L
Decimal 72 159 170 0.58 0.06 0 0.33 186.73 0.4 0.47
Hex 48 9F AA 3A 6 0 21 BB 28 2F
Octal 110 237 252 72 6 0 41 273 50 57
Binary 1001000 10011111 10101010 111010 110 0 100001 10111011 101000 101111

Color Harmonies of #489FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489FAA

Black with #489FAA

Text Example


Text Example

White with #489FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #489FAA;
 }
 .AnyTagClassName
 {
   color: #489FAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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