Html Css Color HEX #4990AA Boston Blue

📋 copy color: '#4990AA'

red 73 ◦ green 144 ◦ blue 170

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

Shades of Boston Blue #4990AA

Tints of Boston Blue #4990AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.21%

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

R = 18.86%
G = 37.21%
B = 43.93%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4990AA (or 0x4990AA) is known color: Boston Blue. HEX triplet: 49, 90 and AA. RGB value is (73,144,170). Sum of RGB (Red+Green+Blue) = 73+144+170=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #4990AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4990AA is #B66F55. Grayscale: #7D7D7D. Windows color (decimal): -11956054 or 11178057. OLE color: 11178057.

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

Color convert

RGB 73 144 170 -
CMYK 0.57 0.15 0 0.33
HSL 196.08º 0.4% 0.48% -
HSV(B) 196.08º 0.57% 0.67% -
XYZ 19.98 24.27 41.66 -
YUV 125.74 152.98 90.39 -
System Red Green Blue C M Y K H S L
Decimal 73 144 170 0.57 0.15 0 0.33 196.08 0.4 0.48
Hex 49 90 AA 39 F 0 21 C4 28 30
Octal 111 220 252 71 17 0 41 304 50 60
Binary 1001001 10010000 10101010 111001 1111 0 100001 11000100 101000 110000

Color Harmonies of #4990AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4990AA

Black with #4990AA

Text Example


Text Example

White with #4990AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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