#4994a6

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

Shades of Boston Blue #4994A6

Tints of Boston Blue #4994A6

Color information

#4994A6 (or 0x4994A6) is unknown color: approx Boston Blue. HEX triplet: 49, 94 and A6. RGB value is (73,148,166). Sum of RGB (Red+Green+Blue) = 73+148+166=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 166 - color contains mainly: blue. Hex color #4994A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4994A6 is #B66B59. Grayscale: #7F7F7F. Windows color (decimal): -11955034 or 10916937. OLE color: 10916937.

HSL color Cylindrical-coordinate representation of color #4994A6: hue angle of 191.61º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4994A6 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB73148166-
CMYK0.560.1100.35
HSL191.61º38.91%46.86%-
HSV(B)191.61º56.02%65.1%-
XYZ20.2225.3539.9-
YUV127.63149.6589.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.86%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 166 (65.23% from 255) = 42.89%
R=18.86%
G=38.24%
B=42.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731481660.560.1100.35191.6138.9146.86
Hex4994A638B023c0272f
Octal11122424670130433004757
Binary100100110010100101001101110001011010001111000000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4994a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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