Html Css Color HEX #498EAE Boston Blue

📋 copy color: '#498EAE'

red 73 ◦ green 142 ◦ blue 174

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

Shades of Boston Blue #498EAE

Tints of Boston Blue #498EAE

RGB

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

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

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

R = 18.77%
G = 36.5%
B = 44.73%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#498EAE (or 0x498EAE) is known color: Boston Blue. HEX triplet: 49, 8E and AE. RGB value is (73,142,174). Sum of RGB (Red+Green+Blue) = 73+142+174=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #498EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498EAE is #B67151. Grayscale: #7C7C7C. Windows color (decimal): -11956562 or 11439689. OLE color: 11439689.

HSL color Cylindrical-coordinate representation of color #498EAE: hue angle of 199.01º 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 #498EAE is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 142 174 -
CMYK 0.58 0.18 0 0.32
HSL 199.01º 0.41% 0.48% -
HSV(B) 199.01º 0.58% 0.68% -
XYZ 20.06 23.82 43.58 -
YUV 125.02 155.64 90.9 -
System Red Green Blue C M Y K H S L
Decimal 73 142 174 0.58 0.18 0 0.32 199.01 0.41 0.48
Hex 49 8E AE 3A 12 0 20 C7 29 30
Octal 111 216 256 72 22 0 40 307 51 60
Binary 1001001 10001110 10101110 111010 10010 0 100000 11000111 101001 110000

Color Harmonies of #498EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498EAE

Black with #498EAE

Text Example


Text Example

White with #498EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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