Html Css Color HEX #489BAC Boston Blue

📋 copy color: '#489BAC'

red 72 ◦ green 155 ◦ blue 172

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

Shades of Boston Blue #489BAC

Tints of Boston Blue #489BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 18.05%
G = 38.85%
B = 43.11%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#489BAC (or 0x489BAC) is known color: Boston Blue. HEX triplet: 48, 9B and AC. RGB value is (72,155,172). Sum of RGB (Red+Green+Blue) = 72+155+172=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #489BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489BAC is #B76453. Grayscale: #838383. Windows color (decimal): -12018772 or 11311944. OLE color: 11311944.

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

Color convert

RGB 72 155 172 -
CMYK 0.58 0.10 0 0.33
HSL 190.2º 0.41% 0.48% -
HSV(B) 190.2º 0.58% 0.67% -
XYZ 21.84 27.8 43.24 -
YUV 132.12 150.5 85.12 -
System Red Green Blue C M Y K H S L
Decimal 72 155 172 0.58 0.10 0 0.33 190.2 0.41 0.48
Hex 48 9B AC 3A A 0 21 BE 29 30
Octal 110 233 254 72 12 0 41 276 51 60
Binary 1001000 10011011 10101100 111010 1010 0 100001 10111110 101001 110000

Color Harmonies of #489BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489BAC

Black with #489BAC

Text Example


Text Example

White with #489BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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