Html Css Color HEX #498AAE Boston Blue

📋 copy color: '#498AAE'

red 73 ◦ green 138 ◦ blue 174

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

Shades of Boston Blue #498AAE

Tints of Boston Blue #498AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

 BLUE value IS 174 (68.36% from 255) = 45.19%

R = 18.96%
G = 35.84%
B = 45.19%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#498AAE (or 0x498AAE) is known color: Boston Blue. HEX triplet: 49, 8A and AE. RGB value is (73,138,174). Sum of RGB (Red+Green+Blue) = 73+138+174=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #498AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498AAE is #B67551. Grayscale: #7A7A7A. Windows color (decimal): -11957586 or 11438665. OLE color: 11438665.

HSL color Cylindrical-coordinate representation of color #498AAE: hue angle of 201.39º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #498AAE is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 138 174 -
CMYK 0.58 0.21 0 0.32
HSL 201.39º 0.41% 0.48% -
HSV(B) 201.39º 0.58% 0.68% -
XYZ 19.48 22.65 43.39 -
YUV 122.67 156.97 92.57 -
System Red Green Blue C M Y K H S L
Decimal 73 138 174 0.58 0.21 0 0.32 201.39 0.41 0.48
Hex 49 8A AE 3A 15 0 20 C9 29 30
Octal 111 212 256 72 25 0 40 311 51 60
Binary 1001001 10001010 10101110 111010 10101 0 100000 11001001 101001 110000

Color Harmonies of #498AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498AAE

Black with #498AAE

Text Example


Text Example

White with #498AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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