#4990AE

Color #4990AE Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #4990AE

Tints of Boston Blue #4990AE

Color information

#4990AE (or 0x4990AE) is unknown color: approx Boston Blue. HEX triplet: 49, 90 and AE. RGB value is (73,144,174). Sum of RGB (Red+Green+Blue) = 73+144+174=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #4990AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4990AE is #B66F51. Grayscale: #7D7D7D. Windows color (decimal): -11956050 or 11440201. OLE color: 11440201.

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

Color convert

RGB73144174-
CMYK0.580.1700.32
HSL197.82º40.89%48.43%-
HSV(B)197.82º58.05%68.24%-
XYZ20.3624.4243.68-
YUV126.19154.9890.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.67%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=18.67%
G=36.83%
B=44.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731441740.580.1700.32197.8240.8948.43
Hex4990AE3A11020c62930
Octal11122025672210403065160
Binary1001001100100001010111011101010001010000011000110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4990AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4990AE; }

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

 H1.HeaderClassName
 {
   color: #4990AE;
 }
 .AnyTagClassName
 {
   color: #4990AE;
 }
</style>
background-color css

<style>
 a { background-color: #4990AE; }

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

 div.DivClassName
 {
   background-color: #4990AE;
 }
 .BgClassName
 {
   background-color: #4990AE;
 }
</style>
border-color css

<style>
 span { border-color: #4990AE; }

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

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