#499AA4

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

Shades of Boston Blue #499AA4

Tints of Boston Blue #499AA4

Color information

#499AA4 (or 0x499AA4) is unknown color: approx Boston Blue. HEX triplet: 49, 9A and A4. RGB value is (73,154,164). Sum of RGB (Red+Green+Blue) = 73+154+164=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 164 - color contains mainly: blue. Hex color #499AA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499AA4 is #B6655B. Grayscale: #828282. Windows color (decimal): -11953500 or 10787401. OLE color: 10787401.

HSL color Cylindrical-coordinate representation of color #499AA4: hue angle of 186.59º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499AA4 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB73154164-
CMYK0.550.0600.36
HSL186.59º38.4%46.47%-
HSV(B)186.59º55.49%64.31%-
XYZ2127.2139.27-
YUV130.92146.6686.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.67%
GREEN value IS 154 (60.55% from 255) = 39.39%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=18.67%
G=39.39%
B=41.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731541640.550.0600.36186.5938.446.47
Hex499AA4376024bb262e
Octal1112322446760442734656
Binary10010011001101010100100110111110010010010111011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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