#49A4B0

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

Shades of Boston Blue #49A4B0

Tints of Boston Blue #49A4B0

Color information

#49A4B0 (or 0x49A4B0) is unknown color: approx Boston Blue. HEX triplet: 49, A4 and B0. RGB value is (73,164,176). Sum of RGB (Red+Green+Blue) = 73+164+176=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 176 - color contains mainly: blue. Hex color #49A4B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A4B0 is #B65B4F. Grayscale: #8A8A8A. Windows color (decimal): -11950928 or 11576393. OLE color: 11576393.

HSL color Cylindrical-coordinate representation of color #49A4B0: hue angle of 186.99º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49A4B0 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73164176-
CMYK0.590.0700.31
HSL186.99º41.37%48.82%-
HSV(B)186.99º58.52%69.02%-
XYZ23.8631.145.82-
YUV138.16149.3581.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.68%
GREEN value IS 164 (64.45% from 255) = 39.71%
BLUE value IS 176 (69.14% from 255) = 42.62%
R=17.68%
G=39.71%
B=42.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731641760.590.0700.31186.9941.3748.82
Hex49A4B03B701Fbb2931
Octal1112442607370372735161
Binary1001001101001001011000011101111101111110111011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,164,176); }

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

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

 a { background-color: rgb(73,164,176); }

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

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

 span { border-color: rgb(73,164,176); }

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