#498bad

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

Shades of Boston Blue #498BAD

Tints of Boston Blue #498BAD

Color information

#498BAD (or 0x498BAD) is unknown color: approx Boston Blue. HEX triplet: 49, 8B and AD. RGB value is (73,139,173). Sum of RGB (Red+Green+Blue) = 73+139+173=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #498BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498BAD is #B67452. Grayscale: #7A7A7A. Windows color (decimal): -11957331 or 11373385. OLE color: 11373385.

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

Color convert

RGB73139173-
CMYK0.580.2000.32
HSL200.4º40.65%48.24%-
HSV(B)200.4º57.8%67.84%-
XYZ19.5222.942.93-
YUV123.14156.1392.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 139 (54.69% from 255) = 36.10%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=18.96%
G=36.10%
B=44.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731391730.580.2000.32200.440.6548.24
Hex498BAD3A14020c82930
Octal11121325572240403105160
Binary1001001100010111010110111101010100010000011001000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498bad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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