#49A0AD

Color #49A0AD Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #49A0AD

Tints of Boston Blue #49A0AD

Color information

#49A0AD (or 0x49A0AD) is unknown color: approx Boston Blue. HEX triplet: 49, A0 and AD. RGB value is (73,160,173). Sum of RGB (Red+Green+Blue) = 73+160+173=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #49A0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A0AD is #B65F52. Grayscale: #878787. Windows color (decimal): -11951955 or 11378761. OLE color: 11378761.

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

Color convert

RGB73160173-
CMYK0.580.0800.32
HSL187.8º40.65%48.24%-
HSV(B)187.8º57.8%67.84%-
XYZ22.8629.5844.04-
YUV135.47149.1883.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.98%
GREEN value IS 160 (62.89% from 255) = 39.41%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=17.98%
G=39.41%
B=42.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731601730.580.0800.32187.840.6548.24
Hex49A0AD3A8020bc2930
Octal11124025572100402745160
Binary100100110100000101011011110101000010000010111100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49A0AD;
 }
 .AnyTagClassName
 {
   color: #49A0AD;
 }
</style>
background-color css

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

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

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

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

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

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