Html Css Color HEX #498FA6 Boston Blue

📋 copy color: '#498FA6'

red 73 ◦ green 143 ◦ blue 166

#498FA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #498FA6

Tints of Boston Blue #498FA6

RGB

 RED value IS 73 (28.91% from 255) = 19.11%

 GREEN value IS 143 (56.25% from 255) = 37.43%

 BLUE value IS 166 (65.23% from 255) = 43.46%

R = 19.11%
G = 37.43%
B = 43.46%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#498FA6 (or 0x498FA6) is known color: Boston Blue. HEX triplet: 49, 8F and A6. RGB value is (73,143,166). Sum of RGB (Red+Green+Blue) = 73+143+166=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 166 - color contains mainly: blue. Hex color #498FA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498FA6 is #B67059. Grayscale: #7C7C7C. Windows color (decimal): -11956314 or 10915657. OLE color: 10915657.

HSL color Cylindrical-coordinate representation of color #498FA6: hue angle of 194.84º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #498FA6 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 143 166 -
CMYK 0.56 0.14 0 0.35
HSL 194.84º 0.39% 0.47% -
HSV(B) 194.84º 0.56% 0.65% -
XYZ 19.45 23.81 39.65 -
YUV 124.69 151.31 91.13 -
System Red Green Blue C M Y K H S L
Decimal 73 143 166 0.56 0.14 0 0.35 194.84 0.39 0.47
Hex 49 8F A6 38 E 0 23 C3 27 2F
Octal 111 217 246 70 16 0 43 303 47 57
Binary 1001001 10001111 10100110 111000 1110 0 100011 11000011 100111 101111

Color Harmonies of #498FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498FA6

Black with #498FA6

Text Example


Text Example

White with #498FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,143,166); }

 H1.HeaderClassName
 {
   color: #498FA6;
 }
 .AnyTagClassName
 {
   color: #498FA6;
 }
</style>

background-color css

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

 a { background-color: rgb(73,143,166); }

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

border-color css

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

 span { border-color: rgb(73,143,166); }

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