#499BAD

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

Shades of Boston Blue #499BAD

Tints of Boston Blue #499BAD

Color information

#499BAD (or 0x499BAD) is unknown color: approx Boston Blue. HEX triplet: 49, 9B and AD. RGB value is (73,155,173). Sum of RGB (Red+Green+Blue) = 73+155+173=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #499BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499BAD is #B66452. Grayscale: #848484. Windows color (decimal): -11953235 or 11377481. OLE color: 11377481.

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

Color convert

RGB73155173-
CMYK0.580.1000.32
HSL190.8º40.65%48.24%-
HSV(B)190.8º57.8%67.84%-
XYZ22.0127.8843.76-
YUV132.53150.8385.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.20%
GREEN value IS 155 (60.94% from 255) = 38.65%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=18.20%
G=38.65%
B=43.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731551730.580.1000.32190.840.6548.24
Hex499BAD3AA020bf2930
Octal11123325572120402775160
Binary100100110011011101011011110101010010000010111111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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