#498AB0

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

Shades of Boston Blue #498AB0

Tints of Boston Blue #498AB0

Color information

#498AB0 (or 0x498AB0) is unknown color: approx Boston Blue. HEX triplet: 49, 8A and B0. RGB value is (73,138,176). Sum of RGB (Red+Green+Blue) = 73+138+176=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 176 - color contains mainly: blue. Hex color #498AB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498AB0 is #B6754F. Grayscale: #7A7A7A. Windows color (decimal): -11957584 or 11569737. OLE color: 11569737.

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

Color convert

RGB73138176-
CMYK0.590.2200.31
HSL202.14º41.37%48.82%-
HSV(B)202.14º58.52%69.02%-
XYZ19.6722.7344.42-
YUV122.9157.9792.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.86%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 176 (69.14% from 255) = 45.48%
R=18.86%
G=35.66%
B=45.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731381760.590.2200.31202.1441.3748.82
Hex498AB03B1601Fca2931
Octal11121226073260373125161
Binary100100110001010101100001110111011001111111001010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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