Html Css Color HEX #4986AA Boston Blue

📋 copy color: '#4986AA'

red 73 ◦ green 134 ◦ blue 170

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

Shades of Boston Blue #4986AA

Tints of Boston Blue #4986AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

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

R = 19.36%
G = 35.54%
B = 45.09%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4986AA (or 0x4986AA) is known color: Boston Blue. HEX triplet: 49, 86 and AA. RGB value is (73,134,170). Sum of RGB (Red+Green+Blue) = 73+134+170=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #4986AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4986AA is #B67955. Grayscale: #777777. Windows color (decimal): -11958614 or 11175497. OLE color: 11175497.

HSL color Cylindrical-coordinate representation of color #4986AA: hue angle of 202.27º 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 #4986AA is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 134 170 -
CMYK 0.57 0.21 0 0.33
HSL 202.27º 0.4% 0.48% -
HSV(B) 202.27º 0.57% 0.67% -
XYZ 18.53 21.37 41.18 -
YUV 119.87 156.29 94.57 -
System Red Green Blue C M Y K H S L
Decimal 73 134 170 0.57 0.21 0 0.33 202.27 0.4 0.48
Hex 49 86 AA 39 15 0 21 CA 28 30
Octal 111 206 252 71 25 0 41 312 50 60
Binary 1001001 10000110 10101010 111001 10101 0 100001 11001010 101000 110000

Color Harmonies of #4986AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4986AA

Black with #4986AA

Text Example


Text Example

White with #4986AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4986AA; }

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

 H1.HeaderClassName
 {
   color: #4986AA;
 }
 .AnyTagClassName
 {
   color: #4986AA;
 }
</style>

background-color css

<style>
 a { background-color: #4986AA; }

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

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

border-color css

<style>
 span { border-color: #4986AA; }

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

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