Html Css Color HEX #498EAA Boston Blue

📋 copy color: '#498EAA'

red 73 ◦ green 142 ◦ blue 170

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

Shades of Boston Blue #498EAA

Tints of Boston Blue #498EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.88%

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 18.96%
G = 36.88%
B = 44.16%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#498EAA (or 0x498EAA) is known color: Boston Blue. HEX triplet: 49, 8E and AA. RGB value is (73,142,170). Sum of RGB (Red+Green+Blue) = 73+142+170=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #498EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498EAA is #B67155. Grayscale: #7C7C7C. Windows color (decimal): -11956566 or 11177545. OLE color: 11177545.

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

Color convert

RGB 73 142 170 -
CMYK 0.57 0.16 0 0.33
HSL 197.32º 0.4% 0.48% -
HSV(B) 197.32º 0.57% 0.67% -
XYZ 19.68 23.66 41.56 -
YUV 124.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 73 142 170 0.57 0.16 0 0.33 197.32 0.4 0.48
Hex 49 8E AA 39 10 0 21 C5 28 30
Octal 111 216 252 71 20 0 41 305 50 60
Binary 1001001 10001110 10101010 111001 10000 0 100001 11000101 101000 110000

Color Harmonies of #498EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498EAA

Black with #498EAA

Text Example


Text Example

White with #498EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,142,170); }

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

background-color css

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

 a { background-color: rgb(73,142,170); }

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

border-color css

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

 span { border-color: rgb(73,142,170); }

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