Html Css Color HEX #4994AA Boston Blue

📋 copy color: '#4994AA'

red 73 ◦ green 148 ◦ blue 170

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

Shades of Boston Blue #4994AA

Tints of Boston Blue #4994AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

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

R = 18.67%
G = 37.85%
B = 43.48%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4994AA (or 0x4994AA) is known color: Boston Blue. HEX triplet: 49, 94 and AA. RGB value is (73,148,170). Sum of RGB (Red+Green+Blue) = 73+148+170=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #4994AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4994AA is #B66B55. Grayscale: #7F7F7F. Windows color (decimal): -11955030 or 11179081. OLE color: 11179081.

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

Color convert

RGB 73 148 170 -
CMYK 0.57 0.13 0 0.33
HSL 193.61º 0.4% 0.48% -
HSV(B) 193.61º 0.57% 0.67% -
XYZ 20.59 25.5 41.87 -
YUV 128.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 73 148 170 0.57 0.13 0 0.33 193.61 0.4 0.48
Hex 49 94 AA 39 D 0 21 C2 28 30
Octal 111 224 252 71 15 0 41 302 50 60
Binary 1001001 10010100 10101010 111001 1101 0 100001 11000010 101000 110000

Color Harmonies of #4994AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4994AA

Black with #4994AA

Text Example


Text Example

White with #4994AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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