#498DB2

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

Shades of Boston Blue #498DB2

Tints of Boston Blue #498DB2

Color information

#498DB2 (or 0x498DB2) is unknown color: approx Boston Blue. HEX triplet: 49, 8D and B2. RGB value is (73,141,178). Sum of RGB (Red+Green+Blue) = 73+141+178=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 178 - color contains mainly: blue. Hex color #498DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498DB2 is #B6724D. Grayscale: #7C7C7C. Windows color (decimal): -11956814 or 11701577. OLE color: 11701577.

HSL color Cylindrical-coordinate representation of color #498DB2: hue angle of 201.14º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #498DB2 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB73141178-
CMYK0.590.2100.30
HSL201.14º41.83%49.22%-
HSV(B)201.14º58.99%69.8%-
XYZ20.3123.6845.62-
YUV124.89157.9790.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.62%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 178 (69.92% from 255) = 45.41%
R=18.62%
G=35.97%
B=45.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal731411780.590.2100.30201.1441.8349.22
Hex498DB23B1501Ec92a31
Octal11121526273250363115261
Binary100100110001101101100101110111010101111011001001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,141,178); }

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

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

 a { background-color: rgb(73,141,178); }

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

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

 span { border-color: rgb(73,141,178); }

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