Html Css Color HEX #489BAE Boston Blue

📋 copy color: '#489BAE'

red 72 ◦ green 155 ◦ blue 174

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

Shades of Boston Blue #489BAE

Tints of Boston Blue #489BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.39%

R = 17.96%
G = 38.65%
B = 43.39%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#489BAE (or 0x489BAE) is known color: Boston Blue. HEX triplet: 48, 9B and AE. RGB value is (72,155,174). Sum of RGB (Red+Green+Blue) = 72+155+174=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #489BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489BAE is #B76451. Grayscale: #848484. Windows color (decimal): -12018770 or 11443016. OLE color: 11443016.

HSL color Cylindrical-coordinate representation of color #489BAE: hue angle of 191.18º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #489BAE is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 155 174 -
CMYK 0.59 0.11 0 0.32
HSL 191.18º 0.41% 0.48% -
HSV(B) 191.18º 0.59% 0.68% -
XYZ 22.03 27.88 44.26 -
YUV 132.35 151.5 84.96 -
System Red Green Blue C M Y K H S L
Decimal 72 155 174 0.59 0.11 0 0.32 191.18 0.41 0.48
Hex 48 9B AE 3B B 0 20 BF 29 30
Octal 110 233 256 73 13 0 40 277 51 60
Binary 1001000 10011011 10101110 111011 1011 0 100000 10111111 101001 110000

Color Harmonies of #489BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489BAE

Black with #489BAE

Text Example


Text Example

White with #489BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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