#498DAF

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

Shades of Boston Blue #498DAF

Tints of Boston Blue #498DAF

Color information

#498DAF (or 0x498DAF) is unknown color: approx Boston Blue. HEX triplet: 49, 8D and AF. RGB value is (73,141,175). Sum of RGB (Red+Green+Blue) = 73+141+175=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #498DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498DAF is #B67250. Grayscale: #7C7C7C. Windows color (decimal): -11956817 or 11504969. OLE color: 11504969.

HSL color Cylindrical-coordinate representation of color #498DAF: hue angle of 200º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #498DAF is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73141175-
CMYK0.580.1900.31
HSL200º41.13%48.63%-
HSV(B)200º58.29%68.63%-
XYZ20.0123.5644.05-
YUV124.54156.4791.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.77%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=18.77%
G=36.25%
B=44.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731411750.580.1900.3120041.1348.63
Hex498DAF3A1301Fc82931
Octal11121525772230373105161
Binary100100110001101101011111110101001101111111001000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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