Html Css Color HEX #498EAC Boston Blue

📋 copy color: '#498EAC'

red 73 ◦ green 142 ◦ blue 172

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

Shades of Boston Blue #498EAC

Tints of Boston Blue #498EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 18.86%
G = 36.69%
B = 44.44%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#498EAC (or 0x498EAC) is known color: Boston Blue. HEX triplet: 49, 8E and AC. RGB value is (73,142,172). Sum of RGB (Red+Green+Blue) = 73+142+172=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #498EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498EAC is #B67153. Grayscale: #7C7C7C. Windows color (decimal): -11956564 or 11308617. OLE color: 11308617.

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

Color convert

RGB 73 142 172 -
CMYK 0.58 0.17 0 0.33
HSL 198.18º 0.4% 0.48% -
HSV(B) 198.18º 0.58% 0.67% -
XYZ 19.87 23.74 42.57 -
YUV 124.79 154.64 91.06 -
System Red Green Blue C M Y K H S L
Decimal 73 142 172 0.58 0.17 0 0.33 198.18 0.4 0.48
Hex 49 8E AC 3A 11 0 21 C6 28 30
Octal 111 216 254 72 21 0 41 306 50 60
Binary 1001001 10001110 10101100 111010 10001 0 100001 11000110 101000 110000

Color Harmonies of #498EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498EAC

Black with #498EAC

Text Example


Text Example

White with #498EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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