#499BAA

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

Shades of Boston Blue #499BAA

Tints of Boston Blue #499BAA

Color information

#499BAA (or 0x499BAA) is unknown color: approx Boston Blue. HEX triplet: 49, 9B and AA. RGB value is (73,155,170). Sum of RGB (Red+Green+Blue) = 73+155+170=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #499BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499BAA is #B66455. Grayscale: #848484. Windows color (decimal): -11953238 or 11180873. OLE color: 11180873.

HSL color Cylindrical-coordinate representation of color #499BAA: hue angle of 189.28º 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 #499BAA is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73155170-
CMYK0.570.0900.33
HSL189.28º39.92%47.65%-
HSV(B)189.28º57.06%66.67%-
XYZ21.7227.7642.24-
YUV132.19149.3385.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.34%
GREEN value IS 155 (60.94% from 255) = 38.94%
BLUE value IS 170 (66.80% from 255) = 42.71%
R=18.34%
G=38.94%
B=42.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731551700.570.0900.33189.2839.9247.65
Hex499BAA399021bd2830
Octal11123325271110412755060
Binary100100110011011101010101110011001010000110111101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499BAA; }

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

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

<style>
 a { background-color: #499BAA; }

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

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

<style>
 span { border-color: #499BAA; }

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

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