#498DAC

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

Shades of Boston Blue #498DAC

Tints of Boston Blue #498DAC

Color information

#498DAC (or 0x498DAC) is unknown color: approx Boston Blue. HEX triplet: 49, 8D and AC. RGB value is (73,141,172). Sum of RGB (Red+Green+Blue) = 73+141+172=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #498DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498DAC is #B67253. Grayscale: #7C7C7C. Windows color (decimal): -11956820 or 11308361. OLE color: 11308361.

HSL color Cylindrical-coordinate representation of color #498DAC: hue angle of 198.79º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #498DAC is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73141172-
CMYK0.580.1800.33
HSL198.79º40.41%48.04%-
HSV(B)198.79º57.56%67.45%-
XYZ19.7223.4442.52-
YUV124.2154.9791.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.91%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 172 (67.58% from 255) = 44.56%
R=18.91%
G=36.53%
B=44.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731411720.580.1800.33198.7940.4148.04
Hex498DAC3A12021c72830
Octal11121525472220413075060
Binary1001001100011011010110011101010010010000111000111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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