Html Css Color HEX #489DAE Boston Blue

📋 copy color: '#489DAE'

red 72 ◦ green 157 ◦ blue 174

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

Shades of Boston Blue #489DAE

Tints of Boston Blue #489DAE

RGB

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

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

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

R = 17.87%
G = 38.96%
B = 43.18%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#489DAE (or 0x489DAE) is known color: Boston Blue. HEX triplet: 48, 9D and AE. RGB value is (72,157,174). Sum of RGB (Red+Green+Blue) = 72+157+174=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #489DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489DAE is #B76251. Grayscale: #858585. Windows color (decimal): -12018258 or 11443528. OLE color: 11443528.

HSL color Cylindrical-coordinate representation of color #489DAE: hue angle of 190º 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 #489DAE is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 157 174 -
CMYK 0.59 0.10 0 0.32
HSL 190º 0.41% 0.48% -
HSV(B) 190º 0.59% 0.68% -
XYZ 22.37 28.55 44.38 -
YUV 133.52 150.84 84.12 -
System Red Green Blue C M Y K H S L
Decimal 72 157 174 0.59 0.10 0 0.32 190 0.41 0.48
Hex 48 9D AE 3B A 0 20 BE 29 30
Octal 110 235 256 73 12 0 40 276 51 60
Binary 1001000 10011101 10101110 111011 1010 0 100000 10111110 101001 110000

Color Harmonies of #489DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489DAE

Black with #489DAE

Text Example


Text Example

White with #489DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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