#498AA6

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

Shades of Boston Blue #498AA6

Tints of Boston Blue #498AA6

Color information

#498AA6 (or 0x498AA6) is unknown color: approx Boston Blue. HEX triplet: 49, 8A and A6. RGB value is (73,138,166). Sum of RGB (Red+Green+Blue) = 73+138+166=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 166 - color contains mainly: blue. Hex color #498AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498AA6 is #B67559. Grayscale: #797979. Windows color (decimal): -11957594 or 10914377. OLE color: 10914377.

HSL color Cylindrical-coordinate representation of color #498AA6: hue angle of 198.06º 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 #498AA6 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB73138166-
CMYK0.560.1700.35
HSL198.06º38.91%46.86%-
HSV(B)198.06º56.02%65.1%-
XYZ18.7222.3539.4-
YUV121.76152.9793.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 166 (65.23% from 255) = 44.03%
R=19.36%
G=36.60%
B=44.03%

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
Decimal731381660.560.1700.35198.0638.9146.86
Hex498AA63811023c6272f
Octal11121224670210433064757
Binary1001001100010101010011011100010001010001111000110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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