Html Css Color HEX #49A0AA Boston Blue

📋 copy color: '#49A0AA'

red 73 ◦ green 160 ◦ blue 170

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

Shades of Boston Blue #49A0AA

Tints of Boston Blue #49A0AA

RGB

 RED value IS 73 (28.91% from 255) = 18.11%

 GREEN value IS 160 (62.89% from 255) = 39.7%

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

R = 18.11%
G = 39.7%
B = 42.18%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#49A0AA (or 0x49A0AA) is known color: Boston Blue. HEX triplet: 49, A0 and AA. RGB value is (73,160,170). Sum of RGB (Red+Green+Blue) = 73+160+170=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #49A0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A0AA is #B65F55. Grayscale: #868686. Windows color (decimal): -11951958 or 11182153. OLE color: 11182153.

HSL color Cylindrical-coordinate representation of color #49A0AA: hue angle of 186.19º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A0AA is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 160 170 -
CMYK 0.57 0.06 0 0.33
HSL 186.19º 0.4% 0.48% -
HSV(B) 186.19º 0.57% 0.67% -
XYZ 22.57 29.46 42.53 -
YUV 135.13 147.68 83.69 -
System Red Green Blue C M Y K H S L
Decimal 73 160 170 0.57 0.06 0 0.33 186.19 0.4 0.48
Hex 49 A0 AA 39 6 0 21 BA 28 30
Octal 111 240 252 71 6 0 41 272 50 60
Binary 1001001 10100000 10101010 111001 110 0 100001 10111010 101000 110000

Color Harmonies of #49A0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A0AA

Black with #49A0AA

Text Example


Text Example

White with #49A0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49A0AA; }

 p { color: rgb(73,160,170); }

 H1.HeaderClassName
 {
   color: #49A0AA;
 }
 .AnyTagClassName
 {
   color: #49A0AA;
 }
</style>

background-color css

<style>
 a { background-color: #49A0AA; }

 a { background-color: rgb(73,160,170); }

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

border-color css

<style>
 span { border-color: #49A0AA; }

 span { border-color: rgb(73,160,170); }

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