Html Css Color HEX #489BAA Boston Blue

📋 copy color: '#489BAA'

red 72 ◦ green 155 ◦ blue 170

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

Shades of Boston Blue #489BAA

Tints of Boston Blue #489BAA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.04%

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

R = 18.14%
G = 39.04%
B = 42.82%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#489BAA (or 0x489BAA) is known color: Boston Blue. HEX triplet: 48, 9B and AA. RGB value is (72,155,170). Sum of RGB (Red+Green+Blue) = 72+155+170=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #489BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489BAA is #B76455. Grayscale: #838383. Windows color (decimal): -12018774 or 11180872. OLE color: 11180872.

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

Color convert

RGB 72 155 170 -
CMYK 0.58 0.09 0 0.33
HSL 189.18º 0.4% 0.47% -
HSV(B) 189.18º 0.58% 0.67% -
XYZ 21.65 27.72 42.24 -
YUV 131.89 149.5 85.28 -
System Red Green Blue C M Y K H S L
Decimal 72 155 170 0.58 0.09 0 0.33 189.18 0.4 0.47
Hex 48 9B AA 3A 9 0 21 BD 28 2F
Octal 110 233 252 72 11 0 41 275 50 57
Binary 1001000 10011011 10101010 111010 1001 0 100001 10111101 101000 101111

Color Harmonies of #489BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489BAA

Black with #489BAA

Text Example


Text Example

White with #489BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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