#498AA7

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

Shades of Boston Blue #498AA7

Tints of Boston Blue #498AA7

Color information

#498AA7 (or 0x498AA7) is unknown color: approx Boston Blue. HEX triplet: 49, 8A and A7. RGB value is (73,138,167). Sum of RGB (Red+Green+Blue) = 73+138+167=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #498AA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498AA7 is #B67558. Grayscale: #797979. Windows color (decimal): -11957593 or 10979913. OLE color: 10979913.

HSL color Cylindrical-coordinate representation of color #498AA7: hue angle of 198.51º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #498AA7 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB73138167-
CMYK0.560.1700.35
HSL198.51º39.17%47.06%-
HSV(B)198.51º56.29%65.49%-
XYZ18.8122.3839.89-
YUV121.87153.4793.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.31%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 167 (65.62% from 255) = 44.18%
R=19.31%
G=36.51%
B=44.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731381670.560.1700.35198.5139.1747.06
Hex498AA73811023c7272f
Octal11121224770210433074757
Binary1001001100010101010011111100010001010001111000111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498AA7; }

 p { color: rgb(73,138,167); }

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

<style>
 a { background-color: #498AA7; }

 a { background-color: rgb(73,138,167); }

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

<style>
 span { border-color: #498AA7; }

 span { border-color: rgb(73,138,167); }

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