Html Css Color HEX #489DAC Boston Blue

📋 copy color: '#489DAC'

red 72 ◦ green 157 ◦ blue 172

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

Shades of Boston Blue #489DAC

Tints of Boston Blue #489DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.15%

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

R = 17.96%
G = 39.15%
B = 42.89%

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

#489DAC (or 0x489DAC) is known color: Boston Blue. HEX triplet: 48, 9D and AC. RGB value is (72,157,172). Sum of RGB (Red+Green+Blue) = 72+157+172=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #489DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489DAC is #B76253. Grayscale: #858585. Windows color (decimal): -12018260 or 11312456. OLE color: 11312456.

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

Color convert

RGB 72 157 172 -
CMYK 0.58 0.09 0 0.33
HSL 189º 0.41% 0.48% -
HSV(B) 189º 0.58% 0.67% -
XYZ 22.18 28.47 43.36 -
YUV 133.3 149.84 84.28 -
System Red Green Blue C M Y K H S L
Decimal 72 157 172 0.58 0.09 0 0.33 189 0.41 0.48
Hex 48 9D AC 3A 9 0 21 BD 29 30
Octal 110 235 254 72 11 0 41 275 51 60
Binary 1001000 10011101 10101100 111010 1001 0 100001 10111101 101001 110000

Color Harmonies of #489DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489DAC

Black with #489DAC

Text Example


Text Example

White with #489DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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